Skip to content

Commit

Permalink
Prevent CI killing all tests on one failure
Browse files Browse the repository at this point in the history
We want all jobs in the matrix to continue running even if one or more
fails in the same workflow.
  • Loading branch information
schivmeister committed Oct 24, 2023
1 parent 32d2e1f commit 3b8f4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
strategy:
# A job can run for multiple environments
matrix:
fail-fast: false
python-version: ['3.8', '3.11']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
# The type of runner that the job will run on
Expand Down

0 comments on commit 3b8f4f6

Please sign in to comment.