From 7f34b3c950f7f3dafa1fce2b43504652f03e0dd3 Mon Sep 17 00:00:00 2001 From: jClugstor Date: Wed, 21 Aug 2024 12:23:50 -0400 Subject: [PATCH] actually add to run test --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index b100328f10..a452d56ee8 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -56,6 +56,7 @@ end @time @safetestset "Inplace Interpolation Tests" include("interface/inplace_interpolation.jl") @time @safetestset "Algebraic Interpolation Tests" include("interface/algebraic_interpolation.jl") @time @safetestset "Default Solver Tests" include("interface/default_solver_tests.jl") + @time @safetestset "Interpolation and Cache Stripping Tests" include("interface/ode_strip_test.jl") end if !is_APPVEYOR && (GROUP == "All" || GROUP == "InterfaceII" || GROUP == "Interface")