mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +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
|
- .docker-env
|
||||||
- .test-refs
|
- .test-refs
|
||||||
script:
|
script:
|
||||||
|
- echo $RUSTFLAGS
|
||||||
|
- cargo version && cargo clippy --version
|
||||||
- rusty-cachier snapshot create
|
- 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
|
- rusty-cachier cache upload
|
||||||
|
|
||||||
cargo-check-benches:
|
cargo-check-benches:
|
||||||
|
|||||||
Reference in New Issue
Block a user