Skip to content

Commit 90146fd

Browse files
committed
Remove fail-fast: false; fix style inconsistency
1 parent 39437a3 commit 90146fd

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
- os: macos-latest
2626
python-version: '3.7'
2727

28-
fail-fast: false
29-
3028
runs-on: ${{ matrix.os }}
3129

3230
defaults:
@@ -56,9 +54,10 @@ jobs:
5654

5755
strategy:
5856
matrix:
59-
os: [ubuntu-latest, macos-latest, windows-latest]
60-
61-
fail-fast: false
57+
os:
58+
- ubuntu-latest
59+
- macos-latest
60+
- windows-latest
6261

6362
runs-on: ${{ matrix.os }}
6463

@@ -124,8 +123,6 @@ jobs:
124123
- os: macos-latest
125124
python-version: '3.7'
126125

127-
fail-fast: false
128-
129126
runs-on: ${{ matrix.os }}
130127

131128
defaults:

0 commit comments

Comments
 (0)