Skip to content

Commit

Permalink
only run doctests on a single Julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
aplavin committed Feb 18, 2024
1 parent 4fc8fb6 commit 2cac0cb
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 @@ -12,7 +12,7 @@ using Test
using SparseArrays

using Documenter: doctest
if Base.VERSION >= v"1.6" && Int === Int64
if Base.VERSION == v"1.6" && Int === Int64
doctest(StructArrays)
end

Expand Down

0 comments on commit 2cac0cb

Please sign in to comment.