Manages running common CI tasks with Cargo.
Install it using
bash
cargo install cargo-ci
Then you can run cargo commands using
cargo ci --only nightly fmt
cargo ci --skip nightly clippy --all --all-targets --all-features -- -D warnings
cargo ci --skip nightly test
Arbitrary commands are also allowed, so something like this will work
cargo ci --only stable git diff --exit-code
This project is dual licensed under the Apache 2.0 License and the MIT License.
See LICENSE-APACHE and LICENSE-MIT for more details.