Skip to content

Commit 046275f

Browse files
authored
Merge pull request #183 from danmcp/nofailfast
Don't fail fast for unit and functional tests
2 parents 0b43e07 + 314cf96 commit 046275f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
name: "test: ${{ matrix.python }} on ${{ matrix.platform }}"
4343
runs-on: "${{ matrix.platform }}"
4444
strategy:
45+
fail-fast: false
4546
matrix:
4647
python:
4748
- "3.10"

0 commit comments

Comments
 (0)