Skip to content

Suggestion for cargo book Continuous Integration section to include more examples #7665

@trevordmiller

Description

@trevordmiller

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

No one assigned

    Labels

    A-documenting-cargo-itselfArea: Cargo's documentationC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions