Skip to content

Commit 4172e09

Browse files
committed
TST: debug results
1 parent eeb2fe4 commit 4172e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ jobs:
368368
if [[ "${{ matrix.python-optimize }}" == 'true' ]]; then
369369
export PYTHONOPTIMIZE=2
370370
fi
371-
pytest -rfEsXR -n auto \
371+
pytest -rfEsXR -n auto -sv \
372372
--maxfail=50 --timeout=300 --durations=25 \
373373
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
374374

0 commit comments

Comments
 (0)