diff --git a/.woodpecker.yml b/.woodpecker.yml index ab5f147..b1797e2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -50,7 +50,7 @@ pipeline: image: chewingbever/fej-builder:latest commands: # This is run here because it requires compilation - - cargo clippy -- --no-deps -D warnings + - cargo clippy -- -D warnings - cargo test