Skip to content

Commit f4cae23

Browse files
authored
Reintroduce testing manuals (#903)
1 parent 6f2f345 commit f4cae23

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
@@ -23,7 +23,7 @@ DocMeta.setdocmeta!(ApproxFunBase, :DocTestSetup, :(using ApproxFun); recursive=
2323
DocMeta.setdocmeta!(ApproxFun, :DocTestSetup, :(using ApproxFun); recursive=true)
2424

2525
@testset "doctests" begin
26-
doctest(ApproxFun, manual=false)
26+
doctest(ApproxFun)
2727
doctest(ApproxFunBase, manual=false)
2828
end
2929

0 commit comments

Comments
 (0)