diff --git a/.woodpecker.yml b/.woodpecker.yml index 4d975b8..12ebf7c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -30,6 +30,13 @@ pipeline: - cargo build + # =====TESTING===== + test-backend: + image: chewingbever/fej-builder:latest + commands: + - cargo test + + # =====LINTING===== lint-frontend: image: node:15-alpine3.13 @@ -45,13 +52,6 @@ pipeline: - cargo fmt -- --check # This is run here because it requires compilation - cargo clippy -- -D warnings - - - # =====TESTING===== - test-backend: - image: chewingbever/fej-builder:latest - commands: - - cargo test # =====REBUILD & FLUSH CACHE=====