Skip to content

Commit

Permalink
Expand the downstream tests for DiffEqSensitivity
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ChrisRackauckas authored Jun 12, 2022
1 parent d9b5089 commit 1830de8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1830de8

Please sign in to comment.