Skip to content

Commit 58d4242

Browse files
committed
fix(ci): run benchmarks of all packages
1 parent e4cc76c commit 58d4242

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 --release --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)