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 9dbb4c8804 - Show all commits

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