Skip to content

Commit

Permalink
Simplify CI and fix threading in Julia 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasgal committed Jan 20, 2022
1 parent 71e7a8a commit a89bdbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ stages:
.test_template: &test_definiton |
export JULIA_PROJECT=@.
export JL_PKG=ROOTIO
julia --threads=2 --check-bounds=yes --color=yes -e "if VERSION < v\"0.7.0-DEV.5183\"; Pkg.test(\"${JL_PKG}\", coverage=true); else using Pkg; Pkg.test(coverage=true); end"
export JULIA_NUM_THREADS=3
julia --check-bounds=yes --color=yes -e "using Pkg; Pkg.test(coverage=true)"

test-julia-1.3:
image: julia:1.3
Expand Down

0 comments on commit a89bdbe

Please sign in to comment.