Skip to content

Commit

Permalink
Let all tests complete if one fails
Browse files Browse the repository at this point in the history
Typically, when one fails, the others are at least 90% done, so there isn't much saving in failing fast.
I would rather see if the failure is for all py versions or just some.
  • Loading branch information
Lincoln-GR committed Dec 2, 2024
1 parent 9cc58b1 commit 821f02b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
needs: [poetry-lock]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
Expand Down

0 comments on commit 821f02b

Please sign in to comment.