Skip to content

Commit ad4eec0

Browse files
committed
Revert "fail-fast: false"
This reverts commit aa2511e.
1 parent 9b16ae2 commit ad4eec0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
Integration-test:
1616
runs-on: ubuntu-20.04
1717
strategy:
18-
fail-fast: false
18+
fail-fast: true
1919
matrix:
2020
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
2121
steps:
@@ -48,7 +48,6 @@ jobs:
4848
SCIPOPTDIR: C:\scipoptdir
4949
runs-on: windows-latest
5050
strategy:
51-
fail-fast: false
5251
matrix:
5352
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
5453
steps:
@@ -87,7 +86,6 @@ jobs:
8786
MacOS-test:
8887
runs-on: macos-latest
8988
strategy:
90-
fail-fast: false
9189
matrix:
9290
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
9391
steps:

0 commit comments

Comments
 (0)