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 db30948 commit 2e22d42Copy full SHA for 2e22d42
.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
61
check:
62
runs-on: ubuntu-latest
0 commit comments