Skip to content

Commit eb105da

Browse files
committed
fixup: ci
1 parent c93edff commit eb105da

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
@@ -47,9 +47,8 @@ jobs:
4747
- name: Run the benchmarks
4848
uses: CodSpeedHQ/action@main
4949
with:
50-
run: |
51-
cd go-runner
52-
cargo r -- run ../example
50+
working-directory: example
51+
run: cargo r --manifest-path ../go-runner/Cargo.toml -- test -bench=.
5352

5453
check:
5554
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)