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

This commit is contained in:
Jef Roosens 2021-05-11 21:51:54 +02:00
parent 01aa4bae80
commit 728e72e47c
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

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