Skip to content

Commit

Permalink
Disable manual doctesting in runtests.jl
Browse files Browse the repository at this point in the history
This commits empty dev/ docs to gh-pages, introduced in #774.
  • Loading branch information
mortenpi committed Jul 3, 2019
1 parent 02619fd commit bda34ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module HighlightSig
end
end

@testset "Manual doctest" begin
push!(ARGS, "doctest-only")
include(joinpath(@__DIR__, "..", "docs", "make.jl"))
end
# @testset "Manual doctest" begin
# push!(ARGS, "doctest-only")
# include(joinpath(@__DIR__, "..", "docs", "make.jl"))
# end

0 comments on commit bda34ad

Please sign in to comment.