Skip to content

Commit 832d0f7

Browse files
authored
Merge pull request #255 from CCPBioSim/254-bug-add-parallel-build-for-coveralls
Add Parallel Build for Coveralls in CI
2 parents 7a7b854 + ae21786 commit 832d0f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/project-ci.yaml

Lines changed: 2 additions & 1 deletion
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
@@ -68,4 +69,4 @@ jobs:
6869
- name: Run pre-commit
6970
run: |
7071
pre-commit install
71-
pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )
72+
pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )

0 commit comments

Comments
 (0)