Skip to content

Commit

Permalink
ci: disable fail-fast (workaround for #180)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 1, 2020
1 parent 2fc85f3 commit d0e9348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]

Expand Down

0 comments on commit d0e9348

Please sign in to comment.