Skip to content

Commit

Permalink
Put MOI integration tests back in test pipeline (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
guimarqu authored Apr 12, 2023
1 parent 6ca91c0 commit 21b0c1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/MathOptInterface/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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()
6 changes: 5 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 21b0c1c

Please sign in to comment.