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 e866bee commit e1e476dCopy full SHA for e1e476d
.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
upload-url: https://api.staging.preview.codspeed.io/upload
58
59
check:
0 commit comments