diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index fb9bb7e5..a0a1cbe1 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -38,7 +38,7 @@ jobs: - {repo: ApproxFunBase.jl, group: JuliaApproximation} - {repo: LazyArrays.jl, group: JuliaArrays} - {repo: LazyBandedMatrices.jl, group: JuliaLinearAlgebra} - # - {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra} + - {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra} steps: - uses: actions/checkout@v4 @@ -60,7 +60,7 @@ jobs: # force it to use this PR's version of the package Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps Pkg.update() - Pkg.test() # resolver may fail with test time deps + Pkg.test(test_args=["--downstream_integration_test"]) # resolver may fail with test time deps catch err err isa Pkg.Resolve.ResolverError || rethrow() # If we can't resolve that means this is incompatible by SemVer and this is fine