diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50a0faf4..8f30cbad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,4 +36,13 @@ jobs: with: path-to-profile: profile.cov flag-name: Go-${{ matrix.go-version }} + parallel: true ignore: zendesk/mock/client.go + + finalize: + needs: test + runs-on: ubuntu-latest + steps: + - uses: shogo82148/actions-goveralls@v1 + with: + parallel-finished: true