Skip to content

Commit bf3ff41

Browse files
committed
fixup: fix ci
1 parent 38f975c commit bf3ff41

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,12 @@ jobs:
4444
with:
4545
cache-target: release
4646

47-
- name: Build the golang benchmarks
48-
run: |
49-
cd go-runner
50-
cargo r -- build ../example
51-
5247
- name: Run the benchmarks
5348
uses: CodSpeedHQ/action@main
5449
with:
5550
run: |
5651
cd go-runner
57-
cargo r -- run
52+
cargo r -- run ../example
5853
5954
check:
6055
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)