We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7de44a commit e4cc76cCopy full SHA for e4cc76c
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
mode: walltime
55
working-directory: example
56
- run: cargo r --manifest-path ../go-runner/Cargo.toml -- test -bench=.
+ run: cargo r --release --manifest-path ../go-runner/Cargo.toml -- test -bench=.
57
58
check:
59
runs-on: ubuntu-latest
0 commit comments