summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2023-01-18 17:44:55 +0100
committerStefan Kreutz <mail@skreutz.com>2023-01-18 17:44:55 +0100
commit3b7539c82a9510771b0ef377679afe739555af6f (patch)
treee5cb2913658f23be48f90af7b63fc44081106155
parente0bbfc07afaf36cbd1dd8d6bfe442dcf9f9a69b7 (diff)
downloadwpa-psk-3b7539c82a9510771b0ef377679afe739555af6f.tar
Extend check script
-rwxr-xr-xscript/check4
1 files changed, 3 insertions, 1 deletions
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
Generated by cgit. See skreutz.com for my tech blog and contact information.