Fluid-Dynamics-Group / distribute

easy to use distribtued computing
https://fluid-dynamics-group.github.io/distribute-docs
GNU General Public License v3.0
1 stars 0 forks source link

JOSS Review: Automated Testing Pipeline #45

Open jeremylt opened 1 year ago

jeremylt commented 1 year ago

I would recommend using GitHub actions to run cargo test to pushes on main in order to prevent regressions

I like this action for installing the rust toolchain needed

https://github.com/dtolnay/rust-toolchain

though you'd need to either install apptainer or change the apptainer_exists test to skip if apptainer isn't installed.