Skip to content

Commit 4cfbf1b

Browse files
committed
reenable tests
1 parent 7976e02 commit 4cfbf1b

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
@@ -54,6 +54,6 @@ using SafeTestsets
5454
### Tests extensions. ###
5555
@time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
5656
@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
57-
# @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
57+
@time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
5858

5959
end # @time

0 commit comments

Comments
 (0)