From 1830de881345fbbd95bcd6af8bac0fa9daa5fd10 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 12 Jun 2022 14:26:44 +0200 Subject: [PATCH] Expand the downstream tests for DiffEqSensitivity As described in https://github.com/JuliaArrays/ArrayInterface.jl/pull/305#issuecomment-1153149047, these tests are probably the most reliant on abstract interfaces being correct, and so they would catch some of these details that the current downstream tests are missing, like the interface break caused by #305 --- .github/workflows/Downstream.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index 3ac99968e..7596d762e 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -22,7 +22,11 @@ jobs: - {user: SciML, repo: DiffEqBase.jl, group: Core} - {user: SciML, repo: DiffEqBase.jl, group: Downstream} - {user: SciML, repo: DiffEqBase.jl, group: Downstream2} - - {user: SciML, repo: DiffEqSensitivity.jl, group: Core} + - {user: SciML, repo: DiffEqSensitivity.jl, group: Core1} + - {user: SciML, repo: DiffEqSensitivity.jl, group: Core2} + - {user: SciML, repo: DiffEqSensitivity.jl, group: Core3} + - {user: SciML, repo: DiffEqSensitivity.jl, group: Core4} + - {user: SciML, repo: DiffEqSensitivity.jl, group: Core5} - {user: SciML, repo: OrdinaryDiffEq.jl, group: Core} - {user: SciML, repo: OrdinaryDiffEq.jl, group: Interface} - {user: SciML, repo: DelayDiffEq.jl, group: Interface}