Skip to content

Commit

Permalink
CI: avoids compiling cargo-codspeed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Mar 23, 2024
1 parent 00e230e commit 7798153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
submodules: true
- run: rustup update
- uses: Swatinem/rust-cache@v2
- run: cargo install cargo-codspeed || true
- uses: taiki-e/install-action@v2
with: { tool: cargo-codspeed }
- run: cargo codspeed build
- uses: CodSpeedHQ/action@v2
with:
Expand Down

0 comments on commit 7798153

Please sign in to comment.