shell: |
cargo --version
rustc --version
cargo fmt --check
cargo clippy --all-targets -- --deny warnings
cargo build --all-targets
cargo doc --no-deps
cargo test --no-fail-fast
shell: |
cargo --version
rustc --version
cargo fmt --check
cargo clippy --all-targets -- --deny warnings
cargo build --all-targets
cargo doc --no-deps
cargo test --no-fail-fast