[#45] Moved clippy call to lint phase
continuous-integration/drone the build failed Details

pull/72/head
Jef Roosens 2021-05-11 21:58:49 +02:00
parent 728e72e47c
commit 9dbb4c8804
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 2 additions and 2 deletions

View File

@ -43,14 +43,14 @@ pipeline:
group: lint
commands:
- cargo fmt -- --check
# This is run here because it requires compilation
- cargo clippy -- -D warnings
# =====TESTING=====
test-backend:
image: chewingbever/fej-builder:latest
commands:
# This is run here because it requires compilation
- cargo clippy -- -D warnings
- cargo test