CI: do not fail-fast

This commit is contained in:
extremeheat 2022-09-26 20:48:48 -04:00 committed by GitHub
commit 09a17c4ffb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [16.x]