File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,10 @@ jobs:
2323 fail-fast : false
2424 matrix :
2525 moi_test_modules :
26- - ' General'
27- - ' Benchmarks'
26+ - ' General;Benchmarks;FileFormats;Nonlinear'
2827 - ' Bridges'
2928 - ' Bridges/Constraint'
30- - ' Bridges/Objective'
31- - ' Bridges/Variable'
32- - ' FileFormats'
33- - ' Nonlinear'
29+ - ' Bridges/Objective;Bridges/Variable'
3430 - ' Test'
3531 - ' Utilities'
3632 machine :
Original file line number Diff line number Diff line change 77using Test
88
99@testset " $(file) " for file in readdir (@__DIR__ ; join = true )
10- if ! endswith (file, " .jl" ) || endswith (file, " runtests.jl" )
10+ if ! endswith (file, " .jl" ) ||
11+ (endswith (file, " runtests.jl" ) || endswith (file, " sdpa_models.jl" ))
1112 continue
1213 end
1314 include (file)
You can’t perform that action at this time.
0 commit comments