We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--workspace
1 parent 896c601 commit f75a57aCopy full SHA for f75a57a
cumulus/scripts/ci/gitlab/pipeline/test.yml
@@ -104,4 +104,6 @@ cargo-clippy:
104
- .docker-env
105
- .common-refs
106
script:
107
- - SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --locked --all-targets
+ - 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