Skip to content

Commit

Permalink
always run full node matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocco committed Jun 5, 2024
1 parent b72f576 commit 50dff96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runtime-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runtime-checks:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node: ['14', '16', '18', '20']
name: node ${{ matrix.node }}
Expand Down Expand Up @@ -37,6 +38,7 @@ jobs:
older-runtime-checks:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node: ['10', '12']
name: node ${{ matrix.node }}
Expand Down

0 comments on commit 50dff96

Please sign in to comment.