Skip to content

Commit c9265a1

Browse files
Disable fail-fast in lint and testing job
1 parent fe9077f commit c9265a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/code-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
lintandTesting:
1414
runs-on: ubuntu-latest
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
node: ["20.19", 21, 22, 23, 24, 25]
1819
name: lint & test w/ node v${{ matrix.node }}

0 commit comments

Comments
 (0)