Skip to content

Commit 12713b4

Browse files
authored
Update test/runtests.jl
1 parent 7e535bb commit 12713b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ testsuite = Dict{String,Expr}(
7676
ParallelTestRunner.runtests(MathOptInterface, ARGS; testsuite, init_code)
7777
else
7878
import Test
79-
Test.@test "$filename" for (filename, _) in testsuite
79+
Test.@testset "$filename" for (filename, _) in testsuite
8080
include(filename)
8181
end
8282
end

0 commit comments

Comments
 (0)