summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscript/check6
1 files changed, 3 insertions, 3 deletions
diff --git a/script/check b/script/check
index efeb3c7..d4e6ef4 100755
--- a/script/check
+++ b/script/check
@@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o xtrace
-cargo check --workspace
-cargo test --workspace
-cargo clippy --all-targets --all-features -- --deny warnings
cargo audit
+cargo check --workspace --all-targets --all-features
+cargo test --workspace --all-targets --all-features
+cargo clippy --workspace --all-targets --all-features -- --deny warnings
Generated by cgit. See skreutz.com for my tech blog and contact information.