Don't cancel other matrix tests on fail

This commit is contained in:
Atsushi Watanabe
2020-12-11 15:21:46 +09:00
committed by Lukas Herman
parent 7f41f9b8df
commit 044b5566d1
+2
View File
@@ -11,6 +11,7 @@ jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go: [ '1.15', '1.14' ]
name: Linux Go ${{ matrix.go }}
@@ -48,6 +49,7 @@ jobs:
build-darwin:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
go: [ '1.15', '1.14' ]
name: Darwin Go ${{ matrix.go }}