Skip to content

Commit

Permalink
Run tests when buildng for pyodide
Browse files Browse the repository at this point in the history
  • Loading branch information
viblo committed Dec 16, 2024
1 parent ac5c3d3 commit 8dff21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
env:
CIBW_PLATFORM: pyodide
PYMUNK_BUILD_SLIM: 1
CIBW_TEST_COMMAND: python -c "import pymunk"
CIBW_TEST_COMMAND: "python -m pymunk.tests"
- uses: actions/upload-artifact@v4
if: ${{ github.ref == 'refs/heads/master' }}
with:
Expand Down

0 comments on commit 8dff21e

Please sign in to comment.