Skip to content

Commit b486007

Browse files
committed
Add fail-fast
1 parent 401860c commit b486007

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,6 +1902,7 @@ jobs:
19021902
runs-on: ubuntu-latest
19031903

19041904
strategy:
1905+
fail-fast: false
19051906
matrix:
19061907
mode:
19071908
- label: default
@@ -1976,6 +1977,7 @@ jobs:
19761977
runs-on: ubuntu-latest
19771978

19781979
strategy:
1980+
fail-fast: false
19791981
matrix:
19801982
mode:
19811983
- label: default
@@ -2050,6 +2052,7 @@ jobs:
20502052
runs-on: ubuntu-latest
20512053

20522054
strategy:
2055+
fail-fast: false
20532056
matrix:
20542057
mode:
20552058
- label: default

0 commit comments

Comments
 (0)