Skip to content

Commit

Permalink
Print out test times in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Feb 27, 2025
1 parent ee30c2b commit 6856926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
python-version: ${{ matrix.py }}
- run: uv sync --extra test --locked
- run: uv run pytest --benchmark-disable -vvv
- run: uv run pytest --benchmark-disable -vvv --durations=10

mypy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6856926

Please sign in to comment.