Skip to content

Commit 64f596a

Browse files
committed
Revert change un runtests.jl
1 parent 20d5fa3 commit 64f596a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/runtests.jl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# This file is part of the TaylorIntegration.jl package; MIT licensed
22

33
testfiles = (
4-
# "one_ode.jl",
5-
# "many_ode.jl",
6-
# "complex.jl",
7-
# "jettransport.jl",
8-
# "lyapunov.jl",
9-
# "bigfloats.jl",
10-
# "common.jl",
11-
# "rootfinding.jl",
4+
"one_ode.jl",
5+
"many_ode.jl",
6+
"complex.jl",
7+
"jettransport.jl",
8+
"lyapunov.jl",
9+
"bigfloats.jl",
10+
"common.jl",
11+
"rootfinding.jl",
1212
"taylorize.jl",
13-
# "aqua.jl",
13+
"aqua.jl",
1414
)
1515

1616
for file in testfiles

0 commit comments

Comments
 (0)