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
2
2
on :
3
3
pull_request :
4
4
branches :
5
- - main
5
+ - master
6
6
push :
7
7
branches :
8
- - main
8
+ - master
9
9
jobs :
10
10
test :
11
11
runs-on : ubuntu-latest
12
12
strategy :
13
+ fail-fast : false
13
14
matrix :
14
15
group :
15
- - All
16
+ - Core
16
17
- LinearSolvePardiso
17
18
version :
18
19
- ' 1'
25
26
- uses : actions/cache@v1
26
27
env :
27
28
cache-name : cache-artifacts
28
- GROUP : ${{ matrix.group }}
29
29
with :
30
30
path : ~/.julia/artifacts
31
31
key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
35
35
${{ runner.os }}-
36
36
- uses : julia-actions/julia-buildpkg@v1
37
37
- uses : julia-actions/julia-runtest@v1
38
+ env :
39
+ GROUP : ${{ matrix.group }}
38
40
- uses : julia-actions/julia-processcoverage@v1
39
41
- uses : codecov/codecov-action@v1
40
42
with :
41
43
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