Skip to content

Commit 6b6ecaa

Browse files
committed
Build all variants
Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 2ee441d commit 6b6ecaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
go: ['1.11', '1.12', '1.13', '1.14', '1.15']
1515
os: ['ubuntu-20.04']
16-
16+
fail-fast: false
1717
name: ${{ matrix.os }} / Go ${{ matrix.go }}
1818
runs-on: ${{ matrix.os }}
1919
steps:

0 commit comments

Comments
 (0)