File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
include-all-prereleases : true
49
49
- uses : julia-actions/cache@v1
50
50
with :
51
- cache-name : Unit Tests CI - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
51
+ cache-name : CI / ${{ matrix.test_group }} / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
52
52
- name : Add Julia registries
53
53
run : |
54
54
using Pkg
86
86
include-all-prereleases : true
87
87
- uses : julia-actions/cache@v1
88
88
with :
89
- cache-name : Unit Tests CI - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
89
+ cache-name : CI / ${{ matrix.test_group }} / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
90
90
- name : Set and export registry flavor preference
91
91
run : echo "JULIA_PKG_SERVER_REGISTRY_PREFERENCE=${JULIA_PKG_SERVER_REGISTRY_PREFERENCE:-eager}" >> ${GITHUB_ENV}
92
92
shell : bash
97
97
pkg"registry add General"
98
98
shell : julia --color=yes {0}
99
99
- name : Run tests
100
- run : julia --color=yes --inline=true --project=test/python/ test/python/runtests.jl
100
+ run : julia --color=yes --code-coverage=user --depwarn=yes -- inline=true --project=test/python/ test/python/runtests.jl
101
101
shell : bash
102
102
- uses : julia-actions/julia-buildpkg@v1
103
103
- uses : julia-actions/julia-processcoverage@v1
You can’t perform that action at this time.
0 commit comments