Skip to content

Commit d50e6dd

Browse files
committed
ci: Disable fail-fast strategy
Signed-off-by: Albin Kerouanton <[email protected]>
1 parent d5807de commit d50e6dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
name: Test ${{ matrix.platform }} (${{ matrix.go }})
1313
timeout-minutes: 10
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
go: ["1.13.x", "1.20.x", "1.21.x"]
1718
platform: [ubuntu-20.04]
@@ -34,6 +35,7 @@ jobs:
3435
name: Test ${{ matrix.platform }} (${{ matrix.go }})
3536
timeout-minutes: 10
3637
strategy:
38+
fail-fast: false
3739
matrix:
3840
go: ["1.13.x", "1.20.x", "1.21.x"]
3941
platform: [windows-latest, macos-latest]
@@ -54,6 +56,7 @@ jobs:
5456
name: Lint ${{ matrix.platform }}
5557
timeout-minutes: 10
5658
strategy:
59+
fail-fast: false
5760
matrix:
5861
platform: [ubuntu-20.04, windows-latest, macos-latest]
5962
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)