Skip to content

Commit

Permalink
disable fail-fast to run all jobs to end
Browse files Browse the repository at this point in the history
  • Loading branch information
amoodie committed Jun 20, 2020
1 parent af79a18 commit dd6380b
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 @@ -13,6 +13,7 @@ jobs:

runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8]
Expand Down

0 comments on commit dd6380b

Please sign in to comment.