Skip to content

Commit 5be956c

Browse files
authored
Merge pull request #3929 from AkihiroSuda/fail-fast-false
CI: set fail-fast to false
2 parents 70440e5 + 745aaf7 commit 5be956c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run:
2020
shell: bash
2121
strategy:
22+
fail-fast: false
2223
matrix:
2324
include:
2425
- os: ubuntu-24.04

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
run:
6767
shell: bash
6868
strategy:
69+
fail-fast: false
6970
matrix:
7071
include:
7172
- os: windows-2022
@@ -309,6 +310,7 @@ jobs:
309310
name: "build | ${{ matrix.go-version }}"
310311
runs-on: ubuntu-24.04
311312
strategy:
313+
fail-fast: false
312314
matrix:
313315
go-version: ["1.22.x", "1.23.x"]
314316
steps:

0 commit comments

Comments
 (0)