Skip to content

Commit 533c87a

Browse files
committed
Build all variants like Travis CI
GitHub Actions cancel all in-progress jobs if any matrix job fails. This behavior makes investigating version-specific issues (e.g. #406) harder. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent fc25928 commit 533c87a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
strategy:
1919
matrix:
2020
go: ['1.11', '1.12', '1.13', '1.14']
21+
# Build all variants regardless of failures
22+
fail-fast: false
2123
name: Go ${{ matrix.go }}
2224

2325
steps:

0 commit comments

Comments
 (0)