Skip to content

Commit 6856926

Browse files
Print out test times in CI
1 parent ee30c2b commit 6856926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
python-version: ${{ matrix.py }}
3838
- run: uv sync --extra test --locked
39-
- run: uv run pytest --benchmark-disable -vvv
39+
- run: uv run pytest --benchmark-disable -vvv --durations=10
4040

4141
mypy:
4242
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)