Skip to content

Commit 9cfc501

Browse files
committed
uncomment zygote test
1 parent 84beec4 commit 9cfc501

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
@@ -12,6 +12,6 @@ if GROUP == "All" || GROUP == "OperatorInterface"
1212
@time @safetestset "Function Operator" begin include("func.jl") end
1313
@time @safetestset "Full tests" begin include("total.jl") end
1414

15-
#@time @safetestset "Zygote.jl" begin include("zygote.jl") end
15+
@time @safetestset "Zygote.jl" begin include("zygote.jl") end
1616
end
1717
end

0 commit comments

Comments
 (0)