Skip to content

Commit 71fd19b

Browse files
committed
test: use safetestset
1 parent 1d44cce commit 71fd19b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

test/integration/CUDA/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
33
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
44
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"
5+
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
56
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
67

78
[sources]

test/integration/CUDA/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
using Test
1+
using Test, SafeTestsets
22

33
@testset "CUDA Integration" begin
4-
@testset "CUDA" begin
4+
@safetestset "CUDA" begin
55
include("cuda.jl")
66
end
77

8-
@testset "KernelAbstractions" begin
8+
@safetestset "KernelAbstractions" begin
99
include("kernelabstractions.jl")
1010
end
1111
end

0 commit comments

Comments
 (0)