Skip to content

Commit d284978

Browse files
test: move BifurcationKit to the end of the group
1 parent d326ab4 commit d284978

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
@@ -109,9 +109,9 @@ end
109109

110110
if GROUP == "All" || GROUP == "Extensions"
111111
activate_extensions_env()
112-
@safetestset "BifurcationKit Extension Test" include("extensions/bifurcationkit.jl")
113112
@safetestset "HomotopyContinuation Extension Test" include("extensions/homotopy_continuation.jl")
114113
@safetestset "Auto Differentiation Test" include("extensions/ad.jl")
115114
@safetestset "LabelledArrays Test" include("labelledarrays.jl")
115+
@safetestset "BifurcationKit Extension Test" include("extensions/bifurcationkit.jl")
116116
end
117117
end

0 commit comments

Comments
 (0)