This project has no CI, shame on us.
We want to implement a github actions based CI that would:
- Build the project, with the stable, beta and nightly toolchains
- Run all unit and integration tests
- Run
cargo clippy
- Run
cargo fmt
for each pending PR.
Any of this step failing should prevent the PR to be merged.
This project has no CI, shame on us.
We want to implement a github actions based CI that would:
cargo clippycargo fmtfor each pending PR.
Any of this step failing should prevent the PR to be merged.