Skip to content

Commit 6aed85b

Browse files
authored
Merge pull request #48 from CCPBioSim/47-bug-add-parallel-build-for-coveralls
Enable parallel execution for Coveralls GitHub Action
2 parents f803cbe + b81dcfd commit 6aed85b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/example_package_project-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
3636
with:
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
38+
parallel: true
3839

3940
docs:
4041
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)