Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jun 20, 2024
1 parent 73a73b9 commit 2d8e2de
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,26 @@ jobs:
name: wheels-macos-${{ matrix.platform.target }}
path: dist

macos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
command: develop
- name: install test deps
run: |
pip install pytest pytest-asyncio
- name: Run tests
run: |
pytest tests/tests.py
env:
KITTYCAD_API_TOKEN: ${{ secrets.KITTYCAD_API_TOKEN }}

sdist:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2d8e2de

Please sign in to comment.