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 ac8a900 commit 3354cfbCopy full SHA for 3354cfb
Project.toml
@@ -12,6 +12,7 @@ julia = "1"
12
13
[extras]
14
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15
+Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
16
17
[targets]
-test = ["Test"]
18
+test = ["Test", "Zygote"]
test/runtests.jl
@@ -1,7 +1,8 @@
1
using Functors, Test
2
+using Zygote
3
4
@testset "Functors.jl" begin
5
-include("basics.jl")
6
-
+ include("basics.jl")
7
+ include("update.jl")
8
end
0 commit comments