Skip to content

Commit 1830de8

Browse files
Expand the downstream tests for DiffEqSensitivity
As described in #305 (comment), 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
1 parent d9b5089 commit 1830de8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ jobs:
2222
- {user: SciML, repo: DiffEqBase.jl, group: Core}
2323
- {user: SciML, repo: DiffEqBase.jl, group: Downstream}
2424
- {user: SciML, repo: DiffEqBase.jl, group: Downstream2}
25-
- {user: SciML, repo: DiffEqSensitivity.jl, group: Core}
25+
- {user: SciML, repo: DiffEqSensitivity.jl, group: Core1}
26+
- {user: SciML, repo: DiffEqSensitivity.jl, group: Core2}
27+
- {user: SciML, repo: DiffEqSensitivity.jl, group: Core3}
28+
- {user: SciML, repo: DiffEqSensitivity.jl, group: Core4}
29+
- {user: SciML, repo: DiffEqSensitivity.jl, group: Core5}
2630
- {user: SciML, repo: OrdinaryDiffEq.jl, group: Core}
2731
- {user: SciML, repo: OrdinaryDiffEq.jl, group: Interface}
2832
- {user: SciML, repo: DelayDiffEq.jl, group: Interface}

0 commit comments

Comments
 (0)