File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6969 # force it to use this PR's version of the package
7070 Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
7171 Pkg.update()
72- Pkg.test(; coverage = true) # resolver may fail with test time deps
72+ Pkg.test(; coverage = true, test_args=["--downstream_integration_test"] ) # resolver may fail with test time deps
7373 catch err
7474 err isa Pkg.Resolve.ResolverError || rethrow()
7575 # If we can't resolve that means this is incompatible by SemVer and this is fine
Original file line number Diff line number Diff line change 11using Aqua
22using FillArrays
33using Test
4+ downstream_test = " --downstream_integration_test" in ARGS
45@testset " Project quality" begin
56 Aqua. test_all (FillArrays;
67 # https://github.com/JuliaArrays/FillArrays.jl/issues/105#issuecomment-1582516319
78 ambiguities= (; broken= true ),
9+ stale_deps = ! downstream_test,
810 )
911end
You can’t perform that action at this time.
0 commit comments