We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8675fd9 commit 1116177Copy full SHA for 1116177
test/runtests.jl
@@ -26,7 +26,7 @@ end
26
#Start Test Script
27
28
@time begin
29
- if contains(GROUP, "OrdinaryDiffEq") || GROUP == "ImplicitDiscreteSolve"
+ if contains(GROUP, "OrdinaryDiffEq") || GROUP == "ImplicitDiscreteSolve" || GROUP == "SimpleImplicitDiscreteSolve"
30
Pkg.develop(path = "../lib/$GROUP")
31
Pkg.test(GROUP)
32
elseif GROUP == "All" || GROUP == "InterfaceI" || GROUP == "Interface"
0 commit comments