We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ce472 commit 642f909Copy full SHA for 642f909
test/runtests.jl
@@ -1,8 +1,10 @@
1
using BlockArrays, LinearAlgebra, Test
2
3
using Aqua
4
+downstream_test = "--downstream_integration_test" in ARGS
5
@testset "Project quality" begin
- Aqua.test_all(BlockArrays, ambiguities=false)
6
+ Aqua.test_all(BlockArrays, ambiguities=false,
7
+ stale_deps=!downstream_test)
8
end
9
10
using Documenter
0 commit comments