Skip to content

Commit

Permalink
run doctests always (I think the inequality sign was inverted, but it…
Browse files Browse the repository at this point in the history
… does not matter because we have dropped julia 1.9 anyway)
  • Loading branch information
Krastanov authored Sep 27, 2024
1 parent 253fbe8 commit 3f3bce4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ function testfilter(tags)
if get(ENV,"QUANTUMSAVORY_PLOT_TEST","")!="true"
push!(exclude, :plotting_cairo)
push!(exclude, :plotting_gl)
if VERSION >= v"1.9"
push!(exclude, :doctests)
end
push!(exclude, :doctests)
end
if get(ENV,"JET_TEST","")!="true"
push!(exclude, :jet)
Expand Down

0 comments on commit 3f3bce4

Please sign in to comment.