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 96e706d commit 50dd801Copy full SHA for 50dd801
1 file changed
.github/workflows/ci-cd.yml
@@ -475,10 +475,11 @@ jobs:
475
- name: Self-install
476
run: python -Im pip install '${{ steps.wheel-file.outputs.path }}'
477
- name: Run benchmarks
478
- uses: CodSpeedHQ/action@v3
+ uses: CodSpeedHQ/action@v4
479
with:
480
token: ${{ secrets.CODSPEED_TOKEN }}
481
run: python -Im pytest --no-cov -vvvvv --codspeed
482
+ mode: instrumentation
483
484
test-summary:
485
name: Test matrix status
0 commit comments