We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89fa3c commit cf699efCopy full SHA for cf699ef
.gitlab-ci.yml
@@ -53,7 +53,7 @@ cuarrays:
53
- julia --project=$CUARRAYS -e 'using Pkg;
54
Pkg.instantiate();
55
Pkg.add(["FFTW", "ForwardDiff", "FillArrays"])'
56
- - JULIA_LOAD_PATH=".:$CUARRAYS::" julia --code-coverage $CUARRAYS/test/runtests.jl
+ - JULIA_LOAD_PATH=".:$CUARRAYS::" julia $CUARRAYS/test/runtests.jl
57
allow_failure: true
58
59
0 commit comments