Skip to content

Commit c91f4a5

Browse files
committed
no fail-fast for os matrix
1 parent 7c63f7d commit c91f4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
test-linux:
1010
runs-on: ubuntu-latest
1111
strategy:
12-
fail-fast: false
1312
matrix:
1413
python-version: [3.7, 3.8, 3.9]
1514
steps:
@@ -31,6 +30,7 @@ jobs:
3130
test-other-systems:
3231
runs-on: ${{ matrix.os }}
3332
strategy:
33+
fail-fast: false
3434
matrix:
3535
os: [ macos-latest, windows-latest ]
3636
steps:

0 commit comments

Comments
 (0)