Skip to content

Commit

Permalink
fix(ci): add working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dqhl76 committed Nov 4, 2024
1 parent 5d29710 commit 77e7fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Install codpseed-criterion-compat
run: cargo add --dev --rename criterion --features async,async_tokio [email protected]
- name: Build the benchmark targets
working-directory: core
run: cargo codspeed build --features tests
- name: Run the benchmarks
uses: CodSpeedHQ/action@v3
Expand Down

0 comments on commit 77e7fde

Please sign in to comment.