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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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 }}