JuliaDynamics / ResumableFunctions.jl

C# style generators a.k.a. semi-coroutines for Julia.
Other
160 stars 19 forks source link

tests for downstream breakage #82

Closed Krastanov closed 8 months ago

Krastanov commented 10 months ago

We should probably start running tests against downstream packages given #80

Here is a typical github action config for downstream tests https://github.com/qojulia/QuantumInterface.jl/blob/main/.github/workflows/breakage.yml

An incomplete list (please edit and add) of packages that can be added

gerlero commented 10 months ago

This would be interesting.

Added Fronts to the list of packages that might be tested.