Skip to content

Commit 03514b3

Browse files
committed
Remove some warnings for tests with CUDA / ROCm
1 parent 074ae17 commit 03514b3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ using Test
88
# Load package extensions to test them with JET
99
using Colors: Colors
1010

11-
include("utils.jl")
12-
1311
@testset verbose = true "SparseMatrixColorings" begin
1412
if get(ENV, "JULIA_SMC_TEST_GROUP", nothing) == "GPU"
1513
@testset "CUDA" begin
@@ -25,6 +23,7 @@ include("utils.jl")
2523
end
2624
end
2725
else
26+
include("utils.jl")
2827
@testset verbose = true "Code quality" begin
2928
@testset "Aqua" begin
3029
Aqua.test_all(SparseMatrixColorings; stale_deps=(; ignore=[:Requires],))

0 commit comments

Comments
 (0)