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

This commit is contained in:
Jef Roosens 2021-05-11 21:58:49 +02:00
parent 728e72e47c
commit 9dbb4c8804
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

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