NQCDynamics.jl icon indicating copy to clipboard operation
NQCDynamics.jl copied to clipboard

Separate CI tests for newest development versions and newest releases of dependencies

Open Alexsp32 opened this issue 6 months ago • 2 comments
trafficstars

Since some changes to NQCDynamics also require changes in dependencies such as NQCBase or NQCModels, there can be situations where the automated unit tests will not give useful results until a release of dependencies is made, which would then be incompatible with older NQCDynamics until that release is made.

Maybe it would make sense to run unit tests both on the newest releases of our dependencies, as well as on the newest commits of each to make concurrent releases of compatible versions of different NQCD packages easier. (The alternative is running all unit tests locally, which is a pain)

Alexsp32 avatar May 01 '25 09:05 Alexsp32