Skip to content

Commit

Permalink
ci: prevent macos to be marked as passing upon failure (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nivl committed Sep 21, 2020
1 parent ad26b68 commit f6d7a75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Expand Up @@ -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
Expand Down

0 comments on commit f6d7a75

Please sign in to comment.