Skip to content

Commit 0ab4dd4

Browse files
authored
fix cargo-codspeed in with workspaces in CI (#85)
1 parent 9134b5d commit 0ab4dd4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,11 @@ jobs:
117117

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

120-
- run: cargo codspeed build -F python
121-
working-directory: crates/jiter
120+
- run: cargo codspeed build -F python -p jiter
122121

123122
- uses: CodSpeedHQ/action@v1
124123
with:
125-
run: cd crates/jiter && cargo codspeed run
124+
run: cargo codspeed run
126125
token: ${{ secrets.CODSPEED_TOKEN }}
127126

128127
fuzz:

0 commit comments

Comments
 (0)