We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01742c8 commit a3064a8Copy full SHA for a3064a8
1 file changed
.github/workflows/codspeed.yml
@@ -39,7 +39,9 @@ jobs:
39
with:
40
mode: ${{ matrix.mode }}
41
run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }}
42
- token: ${{ secrets.CODSPEED_TOKEN }}
+ # token: ${{ secrets.CODSPEED_TOKEN }}
43
+ runner-version: v4.3.0-beta.0
44
+ upload-url: https://api.staging.preview.codspeed.io/upload
45
46
all-checks:
47
runs-on: ubuntu-latest
0 commit comments