Skip to content

Commit

Permalink
disable Project.toml formatting check on LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Aug 19, 2023
1 parent 6ac86f8 commit 178f93e
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 @@ -3,7 +3,9 @@ using Effects
using Test

@testset "Aqua" begin
Aqua.test_all(Effects; ambiguities=false)
# layout of weakdeps and extensions etc. differs between pre 1.9 and 1.9+
project_toml_formatting = VERSION >= v"1.9"
Aqua.test_all(Effects; ambiguities=false, project_toml_formatting)
end

@testset "TypicalTerm" begin
Expand Down

0 comments on commit 178f93e

Please sign in to comment.