Disable fail-fast to get full coverage of failures

This commit is contained in:
Josh Gross 2020-01-29 20:34:56 -05:00 committed by GitHub
parent e43776276f
commit 23e301d35c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
fail-fast: false
runs-on: ${{ matrix.os }}