diff --git a/test/ext_cuda/runtests.jl b/test/ext_cuda/runtests.jl index aa1f431fe7..39dc770701 100644 --- a/test/ext_cuda/runtests.jl +++ b/test/ext_cuda/runtests.jl @@ -10,6 +10,11 @@ CUDA.allowscalar(false) # include("../test_utils.jl") include("test_utils.jl") +for i in 1:100 + println(i) + @info i +end + @testset "get_devices" begin include("get_devices.jl") end