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 898484d commit 358137aCopy full SHA for 358137a
.github/workflows/ci.yml
@@ -131,7 +131,9 @@ jobs:
131
with:
132
run: cargo codspeed run
133
mode: instrumentation
134
- token: ${{ secrets.CODSPEED_TOKEN }}
+ # token: ${{ secrets.CODSPEED_TOKEN }}
135
+ runner-version: v4.3.0-beta.0
136
+ upload-url: https://api.staging.preview.codspeed.io/upload
137
138
compat-integration-test-walltime:
139
runs-on: codspeed-macro
@@ -165,7 +167,9 @@ jobs:
165
167
166
168
169
mode: walltime
170
171
172
173
174
musl-build-check:
175
strategy:
0 commit comments