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