Add call to install clippy
parent
45b16480c6
commit
fe404d9a03
|
@ -13,6 +13,7 @@ pipeline:
|
|||
- SCCACHE_ENDPOINT=https://s3.rustybever.be
|
||||
- SCCACHE_S3_USE_SSL=true
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- export RUSTC_WRAPPER="$PWD"/sccache
|
||||
- export SCCACHE_S3_KEY_PREFIX=$CI_REPO_NAME
|
||||
- cargo clippy -- -D clippy::all --no-deps
|
||||
|
|
Loading…
Reference in New Issue