Skip to content

Commit 77f76b4

Browse files
committed
TST: debug results
1 parent 0a002a9 commit 77f76b4

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

0 commit comments

Comments
 (0)