We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b73a0 commit 9f11237Copy full SHA for 9f11237
.github/workflows/CI.yml
@@ -72,7 +72,7 @@ jobs:
72
with:
73
token: ${{ secrets.CODSPEED_TOKEN }}
74
# allow updating snapshots due to indeterministic benchmarks
75
- run: pytest -vvv --snapshot-update --benchmark-only -p no:xdist
+ run: pytest -vvv --snapshot-update --durations=10
76
77
docs:
78
runs-on: ubuntu-latest
0 commit comments