diff --git a/.woodpecker.yml b/.woodpecker.yml index b1797e2..4d975b8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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