Skip to content

Commit 3354cfb

Browse files
add Zygote to test
1 parent ac8a900 commit 3354cfb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ julia = "1"
1212

1313
[extras]
1414
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15+
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1516

1617
[targets]
17-
test = ["Test"]
18+
test = ["Test", "Zygote"]

test/runtests.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
using Functors, Test
2+
using Zygote
23

34
@testset "Functors.jl" begin
45

5-
include("basics.jl")
6-
6+
include("basics.jl")
7+
include("update.jl")
78
end

0 commit comments

Comments
 (0)