Skip to content

Commit

Permalink
configure coverals action to be parallel-aware
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Nov 6, 2023
1 parent abd6d5a commit b33bba5
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 b33bba5

Please sign in to comment.