CICD Upgrade #72

Merged
Jef Roosens merged 20 commits from 45-cicd into develop 2021-05-13 10:44:17 +02:00
Showing only changes of commit 728e72e47c - Show all commits

View file

@ -50,7 +50,7 @@ pipeline:
image: chewingbever/fej-builder:latest image: chewingbever/fej-builder:latest
commands: commands:
# This is run here because it requires compilation # This is run here because it requires compilation
- cargo clippy -- --no-deps -D warnings - cargo clippy -- -D warnings
- cargo test - cargo test