diff options
| -rw-r--r-- | .woodpecker/tests.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.woodpecker/tests.yaml b/.woodpecker/tests.yaml index ee9e5c8..2c9c5b2 100644 --- a/.woodpecker/tests.yaml +++ b/.woodpecker/tests.yaml @@ -6,10 +6,10 @@ steps: - name: test image: rust commands: - - apt update && apt install python3-dev + - apt update && apt install -y python3-dev - cargo test - name: compile-benches image: rust commands: - - apt update && apt install python3-dev + - apt update && apt install -y python3-dev - cargo bench --no-run |
