Skip to content

Commit a9607d4

Browse files
authored
Move time evolution tests to extension tests (#185)
* Fix symbolic version * increase timout-minutes of CI * Move TimeEvolution tests to Extention tests
1 parent 41416e6 commit a9607d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/runtests.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ files = [
1818
"plotting.jl",
1919
"krylov.jl",
2020
"linear_response.jl",
21-
"limit_cycle.jl",
22-
"time_evolution.jl",
23-
"hysteresis_sweep.jl"
21+
"limit_cycle.jl"
2422
]
2523

2624
files_ext = [
2725
"ModelingToolkitExt.jl",
28-
"SteadyStateDiffEqExt.jl"
26+
"SteadyStateDiffEqExt.jl",
27+
"time_evolution.jl",
28+
"hysteresis_sweep.jl"
2929
]
3030

3131
for file in files

0 commit comments

Comments
 (0)