Skip to content

Commit d17eef4

Browse files
committed
Debugging a windows issue (IV)
1 parent 39b1e4e commit d17eef4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
id: build_non_windows
8282
run: pip install -e . --group test
8383

84-
- name: Test Windows DSL shutdown reproducer only
84+
- name: Test Windows full suite with stdout diagnostics
8585
if: runner.os == 'Windows'
86-
run: python -m pytest -s tests/ndarray/test_windows_dsl_shutdown_repro.py tests/ndarray/test_dsl_kernels.py
86+
run: python -m pytest -s --tb=short -m "not heavy and (network or not network)"
87+
env:
88+
PYTHONFAULTHANDLER: "1"

0 commit comments

Comments
 (0)