diff --git a/test/runtests.jl b/test/runtests.jl index 6d732a0d..b7b420d5 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -61,7 +61,7 @@ array_list = (Array,) if run_cuda_tests array_list = (array_list..., CuArray) - device!(parse(Int, DEVICE)) + device!(DEVICE) @info "The CUDA tests will be run on device $DEVICE" else @warn "The CUDA tests will not be run as a CUDA-enabled device is not available"