mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 14:45:42 +00:00
use stable rust toolchain in ci
cargo-fmt stays on the nightly pipeline; our fmt config uses a heap of unstable features.
This commit is contained in:
@@ -99,10 +99,8 @@ cargo-clippy:
|
||||
needs:
|
||||
- job: job-starter
|
||||
artifacts: false
|
||||
variables:
|
||||
RUSTY_CACHIER_TOOLCHAIN: nightly
|
||||
extends:
|
||||
- .docker-env
|
||||
- .test-refs
|
||||
script:
|
||||
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo +nightly clippy --all-targets
|
||||
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --all-targets
|
||||
|
||||
Reference in New Issue
Block a user