summaryrefslogtreecommitdiff
path: root/script/check
diff options
context:
space:
mode:
Diffstat (limited to 'script/check')
-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.