1
Fork 0

CI: Run the test script on macOS

This commit is contained in:
Jan-Erik Rediger 2023-12-09 19:19:47 +01:00
parent 992506e516
commit c07018a3aa

View file

@ -80,6 +80,13 @@ jobs:
with:
name: wheels
path: dist
- name: Test
run: |
python3 -m venv ${PWD}/.venv
. .venv/bin/activate
maturin --version
maturin develop
python3 test.py
sdist:
runs-on: ubuntu-latest