From f6d7a754394fc89a57256ca2948035a4e4fdb962 Mon Sep 17 00:00:00 2001 From: Melvin Date: Sun, 20 Sep 2020 21:43:21 -0700 Subject: [PATCH] ci: prevent macos to be marked as passing upon failure (#1381) --- .github/workflows/pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c4b6fd39..484394b0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -56,7 +56,6 @@ jobs: go-version: 1.15 # test only the latest go version to speed up CI - name: Run tests run: make test - continue-on-error: true tests-on-unix: needs: golangci-lint # run after golangci-lint action to not produce duplicated errors runs-on: ubuntu-latest