Skip to content

Commit

Permalink
feat(coveralls): parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Mar 2, 2024
1 parent cd08bda commit 0e46204
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true

finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Close parallel build
uses: coverallsapp/github-action@v2
with:
parallel-finished: true

0 comments on commit 0e46204

Please sign in to comment.