Skip to content

Commit e4cc76c

Browse files
committed
fix(ci): run go-runner in release mode
1 parent d7de44a commit e4cc76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
mode: walltime
5555
working-directory: example
56-
run: cargo r --manifest-path ../go-runner/Cargo.toml -- test -bench=.
56+
run: cargo r --release --manifest-path ../go-runner/Cargo.toml -- test -bench=.
5757

5858
check:
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)