Check a local package and all of its dependencies for errors. More information: https://doc.rust-lang.org/cargo/commands/cargo-check.html.
cargo check
cargo check --tests
tests/integration_test1.rs
:cargo check --test integration_test1
feature1
and feature2
:cargo check --features feature1,feature2
cargo check --no-default-features