Skip to content

Commit 2d8fc5a

Browse files
committed
Broken test
1 parent 52d9c6a commit 2d8fc5a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

test/runtests.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,12 @@ include("utils.jl")
8686
end
8787
@testset verbose = true "GPU" begin
8888
@testset "CUDA" begin
89-
include("cuda.jl")
89+
using CUDA
90+
if CUDA.functional()
91+
include("cuda.jl")
92+
else
93+
@test_broken CUDA.functional()
94+
end
9095
end
9196
end
9297
end

0 commit comments

Comments
 (0)