-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Description
Describe the problem you are trying to solve
Currently the Cargo book CI section only shows cargo build
and cargo test
:
https://doc.rust-lang.org/cargo/guide/continuous-integration.html
Describe the solution you'd like
It would be helpful to include examples of other static analysis, documentation generation, sharing executables like:
cargo check
cargo test
cargo clippy
cargo fmt
cargo audit
cargo doc
cargo build --release
# how to share executables to GitHub releases / packages?
Metadata
Metadata
Assignees
Labels
A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`