Skip to content

Commit

Permalink
Don't attempt to test extension if Julia < v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Oct 20, 2024
1 parent 4f3d210 commit 4e89b66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ Aqua.test_all(CliffordNumbers; unbound_args = false)
include("indexing.jl")
include("conversion.jl")
include("operations.jl")
include("ext/Unitful.jl")
if VERSION >= v"1.9.0"
include("ext/Unitful.jl")
end
end

0 comments on commit 4e89b66

Please sign in to comment.