Skip to content

Commit

Permalink
Don't cancel all jobs in CI if one job fails (#386)
Browse files Browse the repository at this point in the history
This will make it easier to see in #384 which tests (if any) are actually failing on which Python versions -- currently the codecov failures are just leading to all jobs being cancelled in CI
  • Loading branch information
AlexWaygood committed Jun 14, 2023
1 parent 4ad09bc commit 05175ef
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 @@ -18,6 +18,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"]
fail-fast: false

steps:
- uses: "actions/checkout@v2"
Expand Down

0 comments on commit 05175ef

Please sign in to comment.