8000 Run only the determinism tests · jkseppan/matplotlib@3e4fb60 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e4fb60

Browse files
committed
Run only the determinism tests
1 parent 96525bf commit 3e4fb60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ jobs:
317317
fi
318318
pytest -rfEsXR -n auto "${FLAGS[@]}" \
319319
--maxfail=50 --timeout=300 --durations=25 \
320-
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
320+
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes \
321+
lib/matplotlib/tests/test_determinism.py
321322
322323
- name: Cleanup non-failed image files
323324
if: failure()

0 commit comments

Comments
 (0)
0