Skip to content

Commit bdf3722

Browse files
committed
Use ParallelTestRunner.jl to parallelize the tests
update Update Update Update
1 parent d0c0972 commit bdf3722

139 files changed

Lines changed: 605 additions & 279 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
moi_test_modules:
2626
- 'General;Benchmarks;FileFormats;Nonlinear'
27-
- 'Bridges'
27+
- 'Bridges/General'
2828
- 'Bridges/Constraint;Bridges/Objective;Bridges/Variable'
2929
- 'Test'
3030
- 'Utilities'

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ LinearAlgebra = "1"
3636
MutableArithmetics = "1"
3737
NaNMath = "0.3, 1"
3838
OrderedCollections = "1"
39+
ParallelTestRunner = "2.1.0"
3940
PrecompileTools = "1"
4041
Printf = "1"
4142
SparseArrays = "1"
@@ -46,6 +47,7 @@ julia = "1.10"
4647
[extras]
4748
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
4849
JSONSchema = "7d188eb4-7ad8-530c-ae41-71a32a6d4692"
50+
ParallelTestRunner = "d3525ed8-44d0-4b2c-a655-542cee43accc"
4951

5052
[targets]
51-
test = ["LDLFactorizations", "JSONSchema"]
53+
test = ["LDLFactorizations", "JSONSchema", "ParallelTestRunner"]

test/Bridges/Constraint/runtests.jl

Lines changed: 0 additions & 14 deletions
This file was deleted.

test/Bridges/Constraint/AllDifferentToCountDistinctBridge.jl renamed to test/Bridges/Constraint/test_AllDifferentToCountDistinctBridge.jl

File renamed without changes.
File renamed without changes.
File renamed without changes.

test/Bridges/Constraint/ComplexNormInfinityToSecondOrderConeBridge.jl renamed to test/Bridges/Constraint/test_ComplexNormInfinityToSecondOrderConeBridge.jl

File renamed without changes.

test/Bridges/Constraint/CountAtLeastToCountBelongsBridge.jl renamed to test/Bridges/Constraint/test_CountAtLeastToCountBelongsBridge.jl

File renamed without changes.

test/Bridges/Constraint/CountBelongsToMILPBridge.jl renamed to test/Bridges/Constraint/test_CountBelongsToMILPBridge.jl

File renamed without changes.

0 commit comments

Comments
 (0)