diff --git a/test/MathOptInterface/MOI_wrapper.jl b/test/MathOptInterface/MOI_wrapper.jl index 1ecbe0dd0..40f468597 100644 --- a/test/MathOptInterface/MOI_wrapper.jl +++ b/test/MathOptInterface/MOI_wrapper.jl @@ -83,7 +83,7 @@ function test_runtests() # releases of MOI that add new tests. Don't let this number get too far # behind the current MOI release though! You should periodically check # for new tests in order to fix bugs and implement new features. - exclude_tests_after = v"1.1.2", + exclude_tests_after = v"1.14.0", ) return end @@ -101,5 +101,5 @@ end end # module TestColuna -# This line at tne end of the file runs all the tests! +# This line at the end of the file runs all the tests! TestColuna.runtests() diff --git a/test/runtests.jl b/test/runtests.jl index 4a94964f3..24e198614 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -48,10 +48,14 @@ else include("unit/run.jl") include("e2e/run.jl") run_unit_tests() + + @testset "MOI integration" begin + include("MathOptInterface/MOI_wrapper.jl") + end + run_e2e_tests() end - @testset "Version" begin coluna_ver = Coluna.version() toml_ver = VersionNumber(