Skip to content

Commit

Permalink
Merge pull request #370 from KSDaemon/coveralls-parallel
Browse files Browse the repository at this point in the history
configure coveralls action to be parallel-aware
  • Loading branch information
KSDaemon authored Nov 6, 2023
2 parents abd6d5a + b33bba5 commit 76c0794
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
flag-name: run ${{ join(matrix.*, ' - ') }}

0 comments on commit 76c0794

Please sign in to comment.