CICD Upgrade #72
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