Skip to content

Commit

Permalink
Move solve.jl tests to group B to hopefully OOM issues on Julia 1.6 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Oct 21, 2024
1 parent c09ea8a commit c58b27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ if TEST_GROUP ∈ ["", "all", "group-A"]
addtests("det.jl")
addtests("inv.jl")
addtests("pinv.jl")
addtests("solve.jl")

# special logic required since we need to start a new
# Julia process for these tests
Expand All @@ -78,6 +77,7 @@ if TEST_GROUP ∈ ["", "all", "group-A"]
end

if TEST_GROUP ["", "all", "group-B"]
addtests("solve.jl")
addtests("eigen.jl")
addtests("expm.jl")
addtests("sqrtm.jl")
Expand Down

0 comments on commit c58b27b

Please sign in to comment.