ci: prevent macos to be marked as passing upon failure (#1381)

This commit is contained in:
Melvin 2020-09-20 21:43:21 -07:00 committed by GitHub
parent ad26b68751
commit f6d7a75439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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