Skip to content

Commit cac1931

Browse files
committed
fix: report slowest tests
1 parent 4b0ea81 commit cac1931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
poetry run ruff format --check
8888
- name: PyTest unit tests
8989
run: |
90-
poetry run pytest tests -vv
90+
poetry run pytest tests -vv --durations=10

0 commit comments

Comments
 (0)