Skip to content

Commit

Permalink
Try parallel jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalia Smirnova committed Feb 21, 2024
1 parent 3d41a76 commit 2d6e7e9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,16 @@ jobs:
github-token: ${{ secrets.COVERALLS_TOKEN }}
path-to-lcov: ./coverage/lcov.info
debug: true
flag-name: run-${{ join(matrix.*, '-') }}
parallel: true

finish:
needs: build
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: "run-18,run-20"

0 comments on commit 2d6e7e9

Please # to comment.