Skip to content

Commit f244add

Browse files
committed
TST: debug results
1 parent a7518be commit f244add

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
@@ -334,7 +334,7 @@ jobs:
334334
if [[ "${{ matrix.python-optimize }}" == 'true' ]]; then
335335
export PYTHONOPTIMIZE=2
336336
fi
337-
pytest -rfEsXR -n auto \
337+
pytest -rfEsXR -n auto -sv \
338338
--maxfail=50 --timeout=300 --durations=25 \
339339
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
340340

0 commit comments

Comments
 (0)