Disable fail-fast strategy for CI (show all failures).

This commit is contained in:
David Anson 2020-08-30 22:51:11 -07:00
parent 7ce5fd1597
commit 6521ba2dd0

View file

@ -12,6 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [10.x, 12.x, 14.x]