Skip to content

Commit

Permalink
test log/print sync
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Feb 29, 2024
1 parent 20d516b commit 871dc50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/ext_cuda/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 871dc50

Please sign in to comment.