Skip to content

Commit

Permalink
Skip tests on 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Sep 14, 2024
1 parent b574781 commit 0d412f9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ using Test
using Aqua

@testset "DitherPunk.jl" begin
@testset verbose = true "Linting" begin
@info "Testing linting..."
include("test_linting.jl")
if VERSION >= v"1.10"
@testset verbose = true "Linting" begin
@info "Testing linting..."
include("test_linting.jl")
end
end
@testset "Utilities" begin
@info "Testing utilities..."
Expand Down

0 comments on commit 0d412f9

Please sign in to comment.