Right now, there is no CI for the project. It shouldn't take a lot of effort to implement a starting infrastructure that, for example, just runs cargo test as a unit tests pipeline.
In the future, we will probably want to include a pipeline to build and publish releases of the patch-hub executable here in GitHub, but also add formatting, linting, and so on.
Right now, there is no CI for the project. It shouldn't take a lot of effort to implement a starting infrastructure that, for example, just runs
cargo test
as a unit tests pipeline.In the future, we will probably want to include a pipeline to build and publish releases of the
patch-hub
executable here in GitHub, but also add formatting, linting, and so on.