File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
10
10
# Skip intermediate builds: always.
11
11
# Cancel intermediate builds: only if it is a pull request build.
12
12
group : ${{ github.workflow }}-${{ github.ref }}
13
- cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
13
+ cancel-in-progress : false
14
14
jobs :
15
15
test :
16
16
name : Julia CI
21
21
fail-fast : false
22
22
matrix :
23
23
version :
24
- - ' 1'
25
24
- ' 1.6'
25
+ - ' 1.7'
26
26
os :
27
27
- ubuntu-latest
28
28
- windows-latest
@@ -38,10 +38,10 @@ jobs:
38
38
- uses : julia-actions/cache@v1
39
39
- uses : julia-actions/julia-buildpkg@v1
40
40
- uses : julia-actions/julia-runtest@v1
41
- - uses : julia-actions/julia-processcoverage@v1
42
- - uses : codecov/codecov-action@v2
43
41
with :
44
- files : lcov.info
42
+ coverage : ' false'
43
+ env :
44
+ JULIA_NUM_THREADS : ' 2'
45
45
docs :
46
46
name : Documentation
47
47
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments