Skip to content

Commit 2e22d42

Browse files
committed
fix(ci): use sharded walltime runs
1 parent db30948 commit 2e22d42

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
3838
compat-integration-test-walltime:
3939
runs-on: codspeed-macro
40+
strategy:
41+
matrix:
42+
target: [example, example/compat, example/very/nested/module]
4043
steps:
4144
- uses: actions/checkout@v4
4245
with:
@@ -53,7 +56,7 @@ jobs:
5356
with:
5457
mode: walltime
5558
working-directory: example
56-
run: cargo r --release --manifest-path ../go-runner/Cargo.toml -- test -bench=. ./...
59+
run: cargo r --release --manifest-path ../go-runner/Cargo.toml -- test -bench=. ${{ matrix.target }}
5760

5861
check:
5962
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)