Skip to content

Commit

Permalink
skip manuals in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Jul 29, 2023
1 parent b750b83 commit e5a3530
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)
doctest(ApproxFun, manual=false)
doctest(ApproxFunBase, manual=false)
end

Expand Down

0 comments on commit e5a3530

Please sign in to comment.