Skip to content

Commit

Permalink
Merge pull request #397 from danmcp/nofailfast
Browse files Browse the repository at this point in the history
Don't fail fast for unit and functional tests
  • Loading branch information
mergify[bot] authored Nov 18, 2024
2 parents d382166 + cd5d47e commit 7e4dd22
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 @@ -40,6 +40,7 @@ jobs:
name: "${{ matrix.python }} on ${{ matrix.platform }}"
runs-on: "${{ matrix.platform }}"
strategy:
fail-fast: false
matrix:
python:
- "3.10"
Expand Down

0 comments on commit 7e4dd22

Please sign in to comment.