Skip to content

Commit cf7d8ea

Browse files
committed
everywhere include
1 parent 6ae45ba commit cf7d8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ addprocs(np - 1)
2525
@test setdiff(union(names(PureJuMP), list_problems_not_PureJuMP), list_problems) ==
2626
[:PureJuMP]
2727

28-
include("test_utils.jl")
28+
@everywhere include("test_utils.jl")
2929

3030
@test ndef == OptimizationProblems.PureJuMP.default_nvar
3131
@test ndef == OptimizationProblems.ADNLPProblems.default_nvar

0 commit comments

Comments
 (0)