Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Add --workspace to clippy (#14772)
Browse files Browse the repository at this point in the history
* [DNM] Debug clippy

* add --workspace
  • Loading branch information
alvicsam authored Aug 15, 2023
1 parent 8a2c265 commit 19971bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ci/gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 19971bd

Please sign in to comment.