Skip to content

Commit 4a3984a

Browse files
Merge pull request #137 from Carreau/pyspeed
Maint: Show test duration and limit to 15 failures.
2 parents 7ac31c4 + f816184 commit 4a3984a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
run: |
5353
pytest -v \
5454
--cov=micropip \
55+
--durations=10 \
5556
--dist-dir=./dist/ \
57+
--maxfail=15 \
5658
--runner=${{ matrix.test-config.runner }} \
5759
--rt ${{ matrix.test-config.runtime }}
5860

0 commit comments

Comments
 (0)