Skip to content

Commit

Permalink
fix cargo-codspeed in with workspaces in CI (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 authored Apr 22, 2024
1 parent 9134b5d commit 0ab4dd4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,11 @@ jobs:

- run: python crates/jiter/benches/generate_big.py

- run: cargo codspeed build -F python
working-directory: crates/jiter
- run: cargo codspeed build -F python -p jiter

- uses: CodSpeedHQ/action@v1
with:
run: cd crates/jiter && cargo codspeed run
run: cargo codspeed run
token: ${{ secrets.CODSPEED_TOKEN }}

fuzz:
Expand Down

0 comments on commit 0ab4dd4

Please sign in to comment.