From 6512b3d1b3badb6e349015f771901158432e30f0 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Tue, 21 Apr 2026 18:47:52 +0200 Subject: Skip cargo test in favor of clippy only --- script/check | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'script') diff --git a/script/check b/script/check index 9913d80..948b5d9 100755 --- a/script/check +++ b/script/check @@ -5,10 +5,9 @@ set -o nounset set -o xtrace cargo fmt --all --check -cargo check --workspace --all-targets --all-features +cargo clippy --workspace --all-targets --all-features -- --deny warnings cargo build --workspace --all-targets --all-features 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 audit -- cgit v1.3