From 3b7539c82a9510771b0ef377679afe739555af6f Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Wed, 18 Jan 2023 17:44:55 +0100 Subject: Extend check script --- script/check | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'script/check') diff --git a/script/check b/script/check index d4e6ef4..6737278 100755 --- a/script/check +++ b/script/check @@ -4,7 +4,9 @@ set -o errexit set -o nounset set -o xtrace -cargo audit cargo check --workspace --all-targets --all-features +cargo build --workspace --all-targets --all-features cargo test --workspace --all-targets --all-features cargo clippy --workspace --all-targets --all-features -- --deny warnings +cargo doc --all-features --no-deps --document-private-items +cargo audit -- cgit v1.2.3