pull/72/head
parent
728e72e47c
commit
9dbb4c8804
|
@ -43,14 +43,14 @@ pipeline:
|
||||||
group: lint
|
group: lint
|
||||||
commands:
|
commands:
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
|
# This is run here because it requires compilation
|
||||||
|
- cargo clippy -- -D warnings
|
||||||
|
|
||||||
|
|
||||||
# =====TESTING=====
|
# =====TESTING=====
|
||||||
test-backend:
|
test-backend:
|
||||||
image: chewingbever/fej-builder:latest
|
image: chewingbever/fej-builder:latest
|
||||||
commands:
|
commands:
|
||||||
# This is run here because it requires compilation
|
|
||||||
- cargo clippy -- -D warnings
|
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue