Skip to content

Commit

Permalink
Add pytest … --durations=20 in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jan 15, 2025
1 parent 931e808 commit b008ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
run: |
uv run --no-sync \
pytest \
-ra --color=yes --verbose \
--color=yes --durations=20 -ra --verbose \
--sdmx-fetch-data \
--cov-report=xml \
--numprocesses auto
--numprocesses=auto
shell: bash

- name: Upload test coverage to Codecov.io
Expand Down

0 comments on commit b008ec6

Please sign in to comment.