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