Skip to content

Commit

Permalink
Don't cancel all jobs if one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Feb 5, 2023
1 parent 37d9480 commit 6fbc91e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
Expand Down

0 comments on commit 6fbc91e

Please sign in to comment.