Skip to content

Commit d662fcc

Browse files
committed
update ci
1 parent 0010552 commit d662fcc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,14 @@ jobs:
5353
with:
5454
github-token: ${{ secrets.GITHUB_TOKEN }}
5555
flag-name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
56-
parallel: false
56+
parallel: true
5757
path-to-lcov: lcov.info
58+
finish:
59+
name: Coveralls Finished
60+
needs: test
61+
runs-on: ubuntu-latest
62+
steps:
63+
- uses: coverallsapp/github-action@master
64+
with:
65+
github-token: ${{ secrets.GITHUB_TOKEN }}
66+
parallel-finished: true

0 commit comments

Comments
 (0)