Add call to install clippy
ci/woodpecker/push/rustfmt Pipeline failed Details
ci/woodpecker/push/test Pipeline failed Details

dev
Jef Roosens 2022-01-03 17:23:19 +01:00
parent 45b16480c6
commit fe404d9a03
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 1 additions and 0 deletions

View File

@ -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