File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - ' General;Benchmarks;FileFormats;Nonlinear'
2727 - ' Bridges/General'
2828 - ' Bridges/Constraint'
29- - ' Bridges/Objective'
30- - ' Bridges/Variable'
29+ - ' Bridges/Objective;Bridges/Variable'
3130 - ' Test'
3231 - ' Utilities'
3332 machine :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ LinearAlgebra = "1"
3636MutableArithmetics = " 1"
3737NaNMath = " 0.3, 1"
3838OrderedCollections = " 1"
39- ParallelTestRunner = " 2.1.0 "
39+ ParallelTestRunner = " 2.4.1 "
4040PrecompileTools = " 1"
4141Printf = " 1"
4242SparseArrays = " 1"
Original file line number Diff line number Diff line change @@ -46,10 +46,4 @@ import MathOptInterface
4646import ParallelTestRunner
4747import Test
4848
49- if Sys. WORD_SIZE == 64
50- ParallelTestRunner. runtests (MathOptInterface, ARGS ; testsuite)
51- else
52- Test. @testset " $filename " for filename in keys (testsuite)
53- include (filename)
54- end
55- end
49+ ParallelTestRunner. runtests (MathOptInterface, ARGS ; testsuite)
You can’t perform that action at this time.
0 commit comments