mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 17:37:56 +00:00
Add --workspace to clippy (#14772)
* [DNM] Debug clippy * add --workspace
This commit is contained in:
committed by
GitHub
parent
687b4b4b27
commit
9a4e66c8a9
@@ -68,8 +68,10 @@ cargo-clippy:
|
||||
- .docker-env
|
||||
- .test-refs
|
||||
script:
|
||||
- echo $RUSTFLAGS
|
||||
- cargo version && cargo clippy --version
|
||||
- rusty-cachier snapshot create
|
||||
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --locked --all-targets
|
||||
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --locked --all-targets --workspace
|
||||
- rusty-cachier cache upload
|
||||
|
||||
cargo-check-benches:
|
||||
|
||||
Reference in New Issue
Block a user