Skip to content

Commit

Permalink
print 10 slowest tests to reduce test time on Windows/OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Jan 24, 2025
1 parent 6cf27a5 commit 7a574ab
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 @@ -80,7 +80,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run tests
run: pytest -v -s
run: pytest -v -s --durations=10
env:
CPU_ONLY: 1
SKIP_TORCH_COMPILE: ${{ runner.os == 'Windows' && 'true' || 'false' }}
Expand Down

0 comments on commit 7a574ab

Please sign in to comment.