File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ name: CI
22on :
33 pull_request :
44 branches :
5- - main
5+ - master
66 push :
77 branches :
8- - main
8+ - master
99jobs :
1010 test :
1111 runs-on : ubuntu-latest
1212 strategy :
13+ fail-fast : false
1314 matrix :
1415 group :
15- - All
16+ - Core
1617 - LinearSolvePardiso
1718 version :
1819 - ' 1'
2526 - uses : actions/cache@v1
2627 env :
2728 cache-name : cache-artifacts
28- GROUP : ${{ matrix.group }}
2929 with :
3030 path : ~/.julia/artifacts
3131 key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
3535 ${{ runner.os }}-
3636 - uses : julia-actions/julia-buildpkg@v1
3737 - uses : julia-actions/julia-runtest@v1
38+ env :
39+ GROUP : ${{ matrix.group }}
3840 - uses : julia-actions/julia-processcoverage@v1
3941 - uses : codecov/codecov-action@v1
4042 with :
4143 file : lcov.info
42- - uses : coverallsapp/github-action@master
43- with :
44- github-token : ${{ secrets.GITHUB_TOKEN }}
45- path-to-lcov : ./lcov.info
You can’t perform that action at this time.
0 commit comments