Skip to content

Commit 578544c

Browse files
committed
coveralls must run in parallel after all
1 parent cb96a0c commit 578544c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: coverallsapp/github-action@master
3333
with:
3434
github-token: ${{ github.token }}
35+
parallel: true
3536
deploy:
3637
runs-on: ubuntu-latest
3738
needs: test
@@ -58,3 +59,4 @@ jobs:
5859
uses: coverallsapp/github-action@master
5960
with:
6061
github-token: ${{ github.token }}
62+
parallel-finished: true

0 commit comments

Comments
 (0)