summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index c488509..c81d919 100755
--- a/check
+++ b/check
@@ -21,7 +21,7 @@ got_cargo_cmd()
}
$hideok cargo build --all-targets
-got_cargo_cmd clippy && $hideok cargo clippy
+got_cargo_cmd clippy && cargo clippy -q
got_cargo_cmd fmt && $hideok cargo fmt -- --check
$hideok cargo test