Skip to content

Commit 3998103

Browse files
committed
fix(ci): use sharded walltime runs
1 parent d405bf5 commit 3998103

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

5962
check:

0 commit comments

Comments
 (0)