CICD Upgrade #72
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue