Skip to content

Commit

Permalink
Merge pull request #137 from Carreau/pyspeed
Browse files Browse the repository at this point in the history
Maint: Show test duration and limit to 15 failures.
  • Loading branch information
agriyakhetarpal committed Sep 19, 2024
2 parents 7ac31c4 + f816184 commit 4a3984a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
run: |
pytest -v \
--cov=micropip \
--durations=10 \
--dist-dir=./dist/ \
--maxfail=15 \
--runner=${{ matrix.test-config.runner }} \
--rt ${{ matrix.test-config.runtime }}
Expand Down

0 comments on commit 4a3984a

Please sign in to comment.