diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2ab2312..930bbe4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,6 +10,8 @@ env: jobs: test: runs-on: ubuntu-latest + strategy: + fail-fast: false steps: - uses: actions/setup-go@v2 with: @@ -36,7 +38,6 @@ jobs: echo '```' >> results.comment - name: results - if: always() uses: thollander/actions-comment-pull-request@v2 with: comment_tag: results diff --git a/Makefile b/Makefile index c27f5c8..c3c0afc 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ build: go build ./... test: + aoeusth go test ./... -cover -vet=all -test.count 1 test-race: