Skip to content

Commit 88cd791

Browse files
committed
don't run coveralls in parallel
1 parent 786e23f commit 88cd791

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)