Skip to content

Commit cf699ef

Browse files
committed
Don't measure coverage when testing CuArrays.
1 parent a89fa3c commit cf699ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cuarrays:
5353
- julia --project=$CUARRAYS -e 'using Pkg;
5454
Pkg.instantiate();
5555
Pkg.add(["FFTW", "ForwardDiff", "FillArrays"])'
56-
- JULIA_LOAD_PATH=".:$CUARRAYS::" julia --code-coverage $CUARRAYS/test/runtests.jl
56+
- JULIA_LOAD_PATH=".:$CUARRAYS::" julia $CUARRAYS/test/runtests.jl
5757
allow_failure: true
5858

5959

0 commit comments

Comments
 (0)