Skip to content

Commit

Permalink
actually add to run test
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Aug 21, 2024
1 parent ce1ff43 commit 7f34b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7f34b3c

Please sign in to comment.