File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments