diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f8cba0..5d92c40 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}