File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 8
8
release :
9
9
10
10
env :
11
- JULIA_PKG_SERVER : " "
12
11
BINARYBUILDER_FULL_SHARD_TEST : true
13
12
BINARYBUILDER_AUTOMATIC_APPLE : true
14
13
49
48
- uses : julia-actions/julia-buildpkg@latest
50
49
- name : System info
51
50
run : julia --project=. --color=yes -e "using BinaryBuilderBase; BinaryBuilderBase.versioninfo()"
52
- - uses : julia-actions/julia-runtest@latest
51
+ - name : Run tests
52
+ run : |
53
+ julia --check-bounds=yes --color=yes --depwarn=yes --inline=yes --project=@. -e 'using Pkg; Pkg.instantiate(); Pkg.test(coverage=true)'
53
54
- uses : julia-actions/julia-uploadcodecov@v0.1
54
55
continue-on-error : true
55
56
- uses : julia-actions/julia-uploadcoveralls@v0.1
58
59
Documentation :
59
60
timeout-minutes : 30
60
61
runs-on : ubuntu-latest
62
+ env :
63
+ JULIA_PKG_SERVER : " "
61
64
steps :
62
65
- uses : actions/checkout@v2
63
66
- uses : julia-actions/setup-julia@latest
You can’t perform that action at this time.
0 commit comments