[#45] Removed unnecessary clippy flag (and let's test the cache)
continuous-integration/drone the build failed Details

pull/72/head
Jef Roosens 2021-05-11 21:51:54 +02:00
parent 01aa4bae80
commit 728e72e47c
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ pipeline:
image: chewingbever/fej-builder:latest
commands:
# This is run here because it requires compilation
- cargo clippy -- --no-deps -D warnings
- cargo clippy -- -D warnings
- cargo test