Skip to content

Commit

Permalink
Skip Aqua stale deps check in downstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Dec 3, 2024
1 parent a62bd8e commit 972a5dd
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
@@ -1,8 +1,10 @@
using BlockArrays, LinearAlgebra, Test

using Aqua
downstream_test = "--downstream_integration_test" in ARGS
@testset "Project quality" begin
Aqua.test_all(BlockArrays, ambiguities=false)
Aqua.test_all(BlockArrays, ambiguities=false,
stale_deps=!downstream_test)
end

using Documenter
Expand Down

0 comments on commit 972a5dd

Please sign in to comment.