Skip to content

Commit

Permalink
Ensure cargo-codspeed is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Feb 18, 2025
1 parent 1482b15 commit 6e1d850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
prefix-key: v0
- uses: cargo-bins/cargo-binstall@main
- name: Install cargo-codspeed
run: cargo binstall cargo-codspeed
run: cargo binstall cargo-codspeed --force
- name: Override criterion with the CodSpeed harness
run: cargo add --dev codspeed-criterion-compat --rename criterion
- name: Build benchmarks
Expand Down

0 comments on commit 6e1d850

Please sign in to comment.