Skip to content

Commit 1116177

Browse files
Update runtests.jl
1 parent 8675fd9 commit 1116177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ end
2626
#Start Test Script
2727

2828
@time begin
29-
if contains(GROUP, "OrdinaryDiffEq") || GROUP == "ImplicitDiscreteSolve"
29+
if contains(GROUP, "OrdinaryDiffEq") || GROUP == "ImplicitDiscreteSolve" || GROUP == "SimpleImplicitDiscreteSolve"
3030
Pkg.develop(path = "../lib/$GROUP")
3131
Pkg.test(GROUP)
3232
elseif GROUP == "All" || GROUP == "InterfaceI" || GROUP == "Interface"

0 commit comments

Comments
 (0)