Skip to content

Commit 6aabde3

Browse files
committed
matrix env
1 parent a080e8c commit 6aabde3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ jobs:
99
check:
1010
strategy:
1111
fail-fast: true
12-
matrix:
13-
include:
14-
- env:
15-
FOUNDRY_PROFILE: "test-via-ir"
16-
- env:
17-
FOUNDRY_PROFILE: "test-no-ir"
12+
matrix:
13+
foundry_profile: ["test-via-ir", "test-no-ir"]
1814

1915
name: Foundry project
2016
runs-on: ubuntu-latest
17+
env:
18+
FOUNDRY_PROFILE: ${{ matrix.foundry_profile }}
2119
steps:
2220
- uses: actions/checkout@v4
2321
with:

0 commit comments

Comments
 (0)