Skip to content

Commit

Permalink
Print out 20 slowest tests after CI completion (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen authored Dec 13, 2023
1 parent 0ba8af3 commit 98ec348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Run unit tests
shell: bash
run: |
pytest -sv tests/
pytest --durations 20 -sv tests/

0 comments on commit 98ec348

Please sign in to comment.