Skip to content

Commit

Permalink
Reintroduce testing manuals (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Aug 3, 2023
1 parent 6f2f345 commit f4cae23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DocMeta.setdocmeta!(ApproxFunBase, :DocTestSetup, :(using ApproxFun); recursive=
DocMeta.setdocmeta!(ApproxFun, :DocTestSetup, :(using ApproxFun); recursive=true)

@testset "doctests" begin
doctest(ApproxFun, manual=false)
doctest(ApproxFun)
doctest(ApproxFunBase, manual=false)
end

Expand Down

0 comments on commit f4cae23

Please sign in to comment.