Skip to content

Commit 3617377

Browse files
committed
Return to fail-fast: true
[skip ci]
1 parent af5c325 commit 3617377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515

1616
strategy:
17-
fail-fast: false # temporary for extending matrix, should normally be true
17+
fail-fast: true
1818
matrix:
1919
os: ["ubuntu-latest", "windows-latest"]
2020
# "macos-latest",

0 commit comments

Comments
 (0)