aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/tests.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/tests.yaml')
-rw-r--r--.woodpecker/tests.yaml4
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: