We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad26b68 commit f6d7a75Copy full SHA for f6d7a75
.github/workflows/pr.yml
@@ -56,7 +56,6 @@ jobs:
56
go-version: 1.15 # test only the latest go version to speed up CI
57
- name: Run tests
58
run: make test
59
- continue-on-error: true
60
tests-on-unix:
61
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
62
runs-on: ubuntu-latest
0 commit comments