Skip to content

Commit

Permalink
Disable fail-fast to get full coverage of failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Gross authored and GitHub committed Jan 30, 2020
1 parent e437762 commit 23e301d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
fail-fast: false

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 23e301d

Please sign in to comment.