Skip to content

Commit

Permalink
feat(coveralls): parallel builds
Browse files Browse the repository at this point in the history
perrin4869 authored Mar 2, 2024
1 parent 6d53de4 commit fd159bb
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
@@ -52,3 +52,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 fd159bb

Please sign in to comment.