mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-24 04:09:36 +00:00
Merge pull request #616 from MichaReiser/upgrade-codspeed
Upgrade codspeed github action to v3
This commit is contained in:
commit
32f8ee9cd4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -124,7 +124,7 @@ jobs:
|
|||
run: cargo codspeed build
|
||||
|
||||
- name: "Run benchmarks"
|
||||
uses: CodSpeedHQ/action@v2
|
||||
uses: CodSpeedHQ/action@v3
|
||||
with:
|
||||
run: cargo codspeed run
|
||||
token: ${{ secrets.CODSPEED_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue