Skip to content

Commit

Permalink
fix cargo-codspeed in with workspaces in CI (#1741)
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Apr 25, 2024
1 parent 90af84b commit f1cb334
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codspeed.yml
Expand Up @@ -23,12 +23,10 @@ jobs:
bins: cargo-codspeed

- name: Build the benchmark target(s)
working-directory: ./benchmarks
run: cargo codspeed build
run: cargo codspeed build -p benchmarks

- name: Run the benchmarks
uses: CodSpeedHQ/action@v2
with:
working-directory: ./benchmarks
run: cargo codspeed run
run: cargo codspeed run -p benchmarks
token: ${{ secrets.CODSPEED_TOKEN }}

0 comments on commit f1cb334

Please sign in to comment.