We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074ae17 commit 03514b3Copy full SHA for 03514b3
1 file changed
test/runtests.jl
@@ -8,8 +8,6 @@ using Test
8
# Load package extensions to test them with JET
9
using Colors: Colors
10
11
-include("utils.jl")
12
-
13
@testset verbose = true "SparseMatrixColorings" begin
14
if get(ENV, "JULIA_SMC_TEST_GROUP", nothing) == "GPU"
15
@testset "CUDA" begin
@@ -25,6 +23,7 @@ include("utils.jl")
25
23
end
26
24
27
else
+ include("utils.jl")
28
@testset verbose = true "Code quality" begin
29
@testset "Aqua" begin
30
Aqua.test_all(SparseMatrixColorings; stale_deps=(; ignore=[:Requires],))
0 commit comments