Skip to content

Commit e1e476d

Browse files
committed
fix(ci): run benchmarks of all packages
1 parent e866bee commit e1e476d

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
upload-url: https://api.staging.preview.codspeed.io/upload
5858

5959
check:

0 commit comments

Comments
 (0)