Skip to content

Commit 2e957ad

Browse files
committed
No need to fail tests fast
1 parent bb850df commit 2e957ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- run: npm run lint
2424
test:
2525
strategy:
26+
fail-fast: false
2627
matrix:
2728
runner: [ubuntu-latest, windows-latest, macos-latest]
2829
name: Test (${{ matrix.runner }})

0 commit comments

Comments
 (0)