when: - event: push steps: - name: test image: rust commands: - apt update && apt install -y python3-dev python3-pip - pip3 install --break-system-packages ./hittekaart-py pytest - cargo test - cd hittekaart-py && pytest - name: compile-benches image: rust commands: - apt update && apt install -y python3-dev - cargo bench --no-run