Skip to content

Commit 8dff21e

Browse files
committed
Run tests when buildng for pyodide
1 parent ac5c3d3 commit 8dff21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
CIBW_PLATFORM: pyodide
6262
PYMUNK_BUILD_SLIM: 1
63-
CIBW_TEST_COMMAND: python -c "import pymunk"
63+
CIBW_TEST_COMMAND: "python -m pymunk.tests"
6464
- uses: actions/upload-artifact@v4
6565
if: ${{ github.ref == 'refs/heads/master' }}
6666
with:

0 commit comments

Comments
 (0)