From e8420a6f43a40f3dd49641bee86b92795585bf2a Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Fri, 7 Aug 2026 19:57:01 +0200 Subject: Update cargo invocation See . --- script/check | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script/check b/script/check index edf251e..16c62ff 100755 --- a/script/check +++ b/script/check @@ -4,12 +4,12 @@ set -o errexit set -o nounset set -o xtrace -cargo fmt --all --check +export CARGO_BUILD_WARNINGS=deny -cargo check --workspace --all-targets --all-features -cargo build --workspace --all-targets --all-features +cargo fmt --all --check +cargo check --workspace --all-targets --all-features --keep-going +cargo build --workspace --all-targets --all-features --keep-going cargo test --workspace --all-targets --all-features cargo clippy --workspace --all-targets --all-features -- --deny warnings -env RUSTDOCFLAGS="-Dwarnings" \ - cargo doc --all-features --no-deps --document-private-items +cargo doc --all-features --no-deps --document-private-items --keep-going cargo audit -- cgit v1.3.1