Skip to content

Commit 7c0c6f0

Browse files
Turn debugging on for test_windows test run
1 parent 1f61206 commit 7c0c6f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
# echo "libintelocl.so" | tee /etc/OpenCL/vendors/intel-cpu.icd
171171
export OCL_ICD_FILENAMES=libintelocl.so
172172
# clinfo -l
173-
python -m pytest -p no:faulthandler --pyargs $MODULE_NAME
173+
python -m pytest --pyargs $MODULE_NAME
174174
175175
test_windows:
176176
needs: build_windows
@@ -296,8 +296,10 @@ jobs:
296296
conda activate dpctl_test && python -m dpctl -f
297297
- name: Run tests
298298
shell: cmd /C CALL {0}
299+
env:
300+
DPCTL_VERBOSITY: error
299301
run: >-
300-
conda activate dpctl_test && python -m pytest -p no:faulthandler --pyargs ${{ env.MODULE_NAME }}
302+
conda activate dpctl_test && python -m pytest -v -s --pyargs ${{ env.MODULE_NAME }}
301303
302304
upload_linux:
303305
needs: test_linux

0 commit comments

Comments
 (0)