Skip to content

Commit f75a57a

Browse files
authored
Add --workspace to clippy (#3014)
* [DNM] Debug clippy * add --workspace
1 parent 896c601 commit f75a57a

File tree

1 file changed

+3
-1
lines changed
  • cumulus/scripts/ci/gitlab/pipeline

1 file changed

+3
-1
lines changed

cumulus/scripts/ci/gitlab/pipeline/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,6 @@ cargo-clippy:
104104
- .docker-env
105105
- .common-refs
106106
script:
107-
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --locked --all-targets
107+
- echo $RUSTFLAGS
108+
- cargo version && cargo clippy --version
109+
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --locked --all-targets --workspace

0 commit comments

Comments
 (0)