There was an error while loading. Please reload this page.
2 parents 7ac31c4 + f816184 commit 4a3984aCopy full SHA for 4a3984a
1 file changed
.github/workflows/main.yml
@@ -52,7 +52,9 @@ jobs:
52
run: |
53
pytest -v \
54
--cov=micropip \
55
+ --durations=10 \
56
--dist-dir=./dist/ \
57
+ --maxfail=15 \
58
--runner=${{ matrix.test-config.runner }} \
59
--rt ${{ matrix.test-config.runtime }}
60
0 commit comments