Skip to content

Commit

Permalink
Don't fail fast for unit and functional tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dan McPherson <[email protected]>
  • Loading branch information
danmcp committed Nov 17, 2024
1 parent d382166 commit cd5d47e
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 cd5d47e

Please sign in to comment.