Skip to content

Commit 53c23fe

Browse files
authored
Add --durations=100 to all pytest calls in CI (#2534)
1 parent ac4f369 commit 53c23fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- run: mkdir .coverage
164164

165165
- run: uv sync --only-dev
166-
- run: uv run ${{ matrix.install.command }} coverage run -m pytest -n auto --dist=loadgroup
166+
- run: uv run ${{ matrix.install.command }} coverage run -m pytest --durations=100 -n auto --dist=loadgroup
167167
env:
168168
COVERAGE_FILE: .coverage/.coverage.${{ matrix.python-version }}-${{ matrix.install.name }}
169169

@@ -204,7 +204,7 @@ jobs:
204204

205205
- run: unset UV_FROZEN
206206

207-
- run: uv run --all-extras --resolution lowest-direct coverage run -m pytest -n auto --dist=loadgroup
207+
- run: uv run --all-extras --resolution lowest-direct coverage run -m pytest --durations=100 -n auto --dist=loadgroup
208208
env:
209209
COVERAGE_FILE: .coverage/.coverage.${{matrix.python-version}}-lowest-versions
210210

0 commit comments

Comments
 (0)