diff options
Diffstat (limited to '.woodpecker')
| -rw-r--r-- | .woodpecker/tests.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.woodpecker/tests.yaml b/.woodpecker/tests.yaml index 4ca95a0..697a524 100644 --- a/.woodpecker/tests.yaml +++ b/.woodpecker/tests.yaml @@ -5,8 +5,10 @@ steps: - name: test image: rust commands: - - apt update && apt install -y python3-dev + - apt update && apt install -y python3-dev python3-pip + - pip3 install ./hittekaart-py pytest - cargo test + - cd hittekaart-py && pytest - name: compile-benches image: rust commands: |
