ci: prevent macos to be marked as passing upon failure (#1381)
This commit is contained in:
parent
ad26b68751
commit
f6d7a75439
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
@ -56,7 +56,6 @@ jobs:
|
|||||||
go-version: 1.15 # test only the latest go version to speed up CI
|
go-version: 1.15 # test only the latest go version to speed up CI
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: make test
|
run: make test
|
||||||
continue-on-error: true
|
|
||||||
tests-on-unix:
|
tests-on-unix:
|
||||||
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
|
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user