We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c139f commit d0a7e82Copy full SHA for d0a7e82
1 file changed
.github/workflows/ci.yml
@@ -171,14 +171,14 @@ jobs:
171
fi
172
173
- name: Install memtrack (temp until runner is released)
174
- run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/memtrack-v1.0.1-alpha.1/memtrack-installer.sh | sh
+ run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/memtrack-v1.0.1-alpha.3/memtrack-installer.sh | sh
175
176
- name: Run the benchmarks
177
uses: CodSpeedHQ/action@main
178
env:
179
MY_ENV_VAR: "YES"
180
with:
181
- runner-version: branch:main
+ runner-version: 4.4.2-alpha.3
182
run: cargo codspeed run
183
mode: ${{ matrix.mode }}
184
upload-url: https://api.staging.preview.codspeed.io/upload
0 commit comments