Skip to content

Commit 4526e6b

Browse files
authored
Reduce memory requirement for tests (#2204)
1 parent 6b2192a commit 4526e6b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

test/runtests.jl

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,8 @@ for file in readdir(@__DIR__)
2020
end
2121
end
2222

23-
@testset "MOI.$(submodule)" for submodule in [
24-
"Nonlinear",
25-
"Bridges",
26-
"FileFormats",
27-
"Test",
28-
"Utilities",
29-
"Benchmarks",
30-
]
23+
for submodule in
24+
["Nonlinear", "Bridges", "FileFormats", "Test", "Utilities", "Benchmarks"]
3125
include("$(submodule)/$(submodule).jl")
3226
end
3327

0 commit comments

Comments
 (0)