We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb850df commit 2e957adCopy full SHA for 2e957ad
.github/workflows/check.yml
@@ -23,6 +23,7 @@ jobs:
23
- run: npm run lint
24
test:
25
strategy:
26
+ fail-fast: false
27
matrix:
28
runner: [ubuntu-latest, windows-latest, macos-latest]
29
name: Test (${{ matrix.runner }})
0 commit comments