diff --git a/test/coloring.jl b/test/coloring.jl index 162e997..ca99ace 100644 --- a/test/coloring.jl +++ b/test/coloring.jl @@ -92,7 +92,7 @@ end; @testset verbose = true "Bipartite graph bicoloring" begin @testset "$method" for method in BICOLORING_METHODS - @testset "$order" for order in BICOLORING_ORDERS[1:1] + @testset "$order" for order in BICOLORING_ORDERS @testset "(n, m, p) = $((n, m, p))" for (n, m, p) in asymmetric_params J = sprand(rng, Bool, n, m, p) filename = joinpath(@__DIR__, "J.mtx")