Skip to content
Snippets Groups Projects
Commit f75a57a7 authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

Add `--workspace` to clippy (#3014)

* [DNM] Debug clippy

* add --workspace
parent 896c6018
Branches
No related merge requests found
......@@ -104,4 +104,6 @@ cargo-clippy:
- .docker-env
- .common-refs
script:
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --locked --all-targets
- echo $RUSTFLAGS
- cargo version && cargo clippy --version
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --locked --all-targets --workspace
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment