Skip to content

Commit 022e1e6

Browse files
committed
test: disable fail-fast in matrix builds to allow partial success
1 parent 9de8425 commit 022e1e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/basic.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
timeout-minutes: 10
2222

2323
strategy:
24+
fail-fast: false
2425
matrix:
2526
python:
2627
- 2.7.18
@@ -51,6 +52,7 @@ jobs:
5152
timeout-minutes: 10
5253

5354
strategy:
55+
fail-fast: false
5456
matrix:
5557
python:
5658
- 2.7.18
@@ -75,6 +77,7 @@ jobs:
7577
timeout-minutes: 10
7678

7779
strategy:
80+
fail-fast: false
7881
matrix:
7982
python:
8083
- 2.7.18

0 commit comments

Comments
 (0)