Open jeremylt opened 1 year ago
I would recommend using GitHub actions to run cargo test to pushes on main in order to prevent regressions
cargo test
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.
I would recommend using GitHub actions to run
cargo test
to pushes on main in order to prevent regressionsI 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.