Skip to content

Commit cc626b8

Browse files
committed
add hybrid tests
1 parent 2b87e41 commit cc626b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ end
5757
@time @safetestset "MTK Problem Inputs" begin include("upstream/mtk_problem_inputs.jl") end
5858
end
5959

60+
if GROUP == "All" || GROUP == "HYBRID"
61+
@time @safetestset "ReactionSystem Hybrid Solvers" begin include("simulation_and_solving/hybrid_models.jl") end
62+
end
63+
6064
if GROUP == "All" || GROUP == "IO"
6165
@time @safetestset "ReactionSystem Serialisation" begin include("miscellaneous_tests/reactionsystem_serialisation.jl") end
6266
# BROKEN

0 commit comments

Comments
 (0)