CI: Run the test script on macOS
This commit is contained in:
parent
992506e516
commit
c07018a3aa
7
.github/workflows/CI.yml
vendored
7
.github/workflows/CI.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue