From fc3399eee1d6fa7fad941323a91adc17feeee20b Mon Sep 17 00:00:00 2001 From: nukosuke Date: Sat, 19 Dec 2020 18:36:43 +0900 Subject: [PATCH] Enable Coveralls parallel build webhook (#193) --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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