slowest durations (#2887) [skip ci]

This commit is contained in:
salman
2025-07-09 13:43:26 +01:00
committed by GitHub
parent 6ed501f6dc
commit 89e99eaaa7
2 changed files with 9 additions and 9 deletions

View File

@@ -80,9 +80,9 @@ jobs:
- name: Run tests
run: |
pytest -v -n8 --dist loadfile --ignore=tests/e2e/ --ignore=tests/patched/ --ignore=tests/cli/ tests/
pytest -v tests/patched/
pytest -v tests/cli/
pytest -v --durations=10 -n8 --dist loadfile --ignore=tests/e2e/ --ignore=tests/patched/ --ignore=tests/cli/ tests/
pytest -v --durations=10 tests/patched/
pytest -v --durations=10 tests/cli/
- name: cleanup pip cache
run: |