From b3dbd3820a7301e8d39c6aada414df80afa08555 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 23 Oct 2022 18:06:32 -0700 Subject: [PATCH] Remove continue-on-error --- .github/workflows/go-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 02ba740..778b345 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -11,7 +11,6 @@ on: jobs: test: runs-on: ${{ matrix.os }} - continue-on-error: true strategy: matrix: os: [ubuntu-latest, macos-latest]