From a9607d4756edad1ad077373e77894177ee7908ff Mon Sep 17 00:00:00 2001 From: Orjan Ameye Date: Mon, 10 Jun 2024 11:16:57 +0200 Subject: [PATCH] Move time evolution tests to extension tests (#185) * Fix symbolic version * increase timout-minutes of CI * Move TimeEvolution tests to Extention tests --- test/runtests.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 84b9ad53..25e42fed 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -18,14 +18,14 @@ files = [ "plotting.jl", "krylov.jl", "linear_response.jl", - "limit_cycle.jl", - "time_evolution.jl", - "hysteresis_sweep.jl" + "limit_cycle.jl" ] files_ext = [ "ModelingToolkitExt.jl", - "SteadyStateDiffEqExt.jl" + "SteadyStateDiffEqExt.jl", + "time_evolution.jl", + "hysteresis_sweep.jl" ] for file in files