Skip to content

Commit

Permalink
Merge pull request python-eel#658 from python-eel/dont-fail-fast
Browse files Browse the repository at this point in the history
Don't cancel all jobs if one fails
  • Loading branch information
samuelhwilliams committed Feb 5, 2023
2 parents 649214f + 6fbc91e commit 2b39a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
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 2b39a34

Please sign in to comment.