Fix doctests in runtests.jl
This commit is contained in:
parent
8d2d15aa70
commit
2a65a30399
|
@ -42,6 +42,7 @@ Random.seed!(0)
|
|||
|
||||
@testset "Docs" begin
|
||||
if VERSION >= v"1.2"
|
||||
DocMeta.setdocmeta!(Flux, :DocTestSetup, :(using Flux); recursive=true)
|
||||
doctest(Flux)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue