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 84beec4 commit 9cfc501Copy full SHA for 9cfc501
test/runtests.jl
@@ -12,6 +12,6 @@ if GROUP == "All" || GROUP == "OperatorInterface"
12
@time @safetestset "Function Operator" begin include("func.jl") end
13
@time @safetestset "Full tests" begin include("total.jl") end
14
15
- #@time @safetestset "Zygote.jl" begin include("zygote.jl") end
+ @time @safetestset "Zygote.jl" begin include("zygote.jl") end
16
end
17
0 commit comments