From f22723d32107169f19a89c2c0c46ad6fb01420ff Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sun, 11 Dec 2022 14:19:54 +0100 Subject: Review check script --- script/check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'script/check') 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 -- cgit v1.2.3