[#45] Moved tests to before linting
parent
9dbb4c8804
commit
c8bfc16af8
|
@ -30,6 +30,13 @@ pipeline:
|
||||||
- cargo build
|
- cargo build
|
||||||
|
|
||||||
|
|
||||||
|
# =====TESTING=====
|
||||||
|
test-backend:
|
||||||
|
image: chewingbever/fej-builder:latest
|
||||||
|
commands:
|
||||||
|
- cargo test
|
||||||
|
|
||||||
|
|
||||||
# =====LINTING=====
|
# =====LINTING=====
|
||||||
lint-frontend:
|
lint-frontend:
|
||||||
image: node:15-alpine3.13
|
image: node:15-alpine3.13
|
||||||
|
@ -45,13 +52,6 @@ pipeline:
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
# This is run here because it requires compilation
|
# This is run here because it requires compilation
|
||||||
- cargo clippy -- -D warnings
|
- cargo clippy -- -D warnings
|
||||||
|
|
||||||
|
|
||||||
# =====TESTING=====
|
|
||||||
test-backend:
|
|
||||||
image: chewingbever/fej-builder:latest
|
|
||||||
commands:
|
|
||||||
- cargo test
|
|
||||||
|
|
||||||
|
|
||||||
# =====REBUILD & FLUSH CACHE=====
|
# =====REBUILD & FLUSH CACHE=====
|
||||||
|
|
Loading…
Reference in New Issue