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 d405bf5 commit 3998103Copy full SHA for 3998103
.github/workflows/ci.yml
@@ -37,6 +37,9 @@ jobs:
37
38
compat-integration-test-walltime:
39
runs-on: codspeed-macro
40
+ strategy:
41
+ matrix:
42
+ target: [example, example/compat, example/very/nested/module]
43
steps:
44
- uses: actions/checkout@v4
45
with:
@@ -53,7 +56,7 @@ jobs:
53
56
54
57
mode: walltime
55
58
working-directory: example
- 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 }}
60
upload-url: https://api.staging.preview.codspeed.io/upload
61
62
check:
0 commit comments