Skip to content

Commit c1aad3c

Browse files
authored
check if pytest or the C extension are broken
1 parent 60211ac commit c1aad3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_primary_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
CIBW_ARCHS: ${{ matrix.cibw_archs }}
2424
CIBW_SKIP: "cp311-* pp* *-musllinux_*"
2525
CIBW_TEST_REQUIRES: pytest
26-
CIBW_TEST_COMMAND: python {package}/test/debug.py && pytest {package}
26+
CIBW_TEST_COMMAND: python {package}/test/debug.py && python -X faulthandler -m pytest -p no:faulthandler -s {package}
2727

2828
- uses: actions/upload-artifact@v3
2929
with:

0 commit comments

Comments
 (0)