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 e4cc76c commit 58d4242Copy full SHA for 58d4242
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
mode: walltime
55
working-directory: example
56
- run: cargo r --release --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