Skip to content

Commit

Permalink
matrix env
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed Jan 4, 2025
1 parent a080e8c commit 6aabde3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ jobs:
check:
strategy:
fail-fast: true
matrix:
include:
- env:
FOUNDRY_PROFILE: "test-via-ir"
- env:
FOUNDRY_PROFILE: "test-no-ir"
matrix:
foundry_profile: ["test-via-ir", "test-no-ir"]

name: Foundry project
runs-on: ubuntu-latest
env:
FOUNDRY_PROFILE: ${{ matrix.foundry_profile }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6aabde3

Please sign in to comment.