[#45] Removed unnecessary clippy flag (and let's test the cache)
Some checks failed
continuous-integration/drone the build failed
Some checks failed
continuous-integration/drone the build failed
This commit is contained in:
parent
01aa4bae80
commit
728e72e47c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue