Run cargo test
in the repository root to run the tests locally.
Continuous integration results:
- Update the CHANGES file
- Bump version information in Cargo.toml
- Run the unit tests
- Once everything is ready, publish to crates.io via
cargo
:
cargo login
cargo publish --dry-run
And when you are satisfied with the result:
cargo publish