summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-25 11:18:33 +0000
committerLars Wirzenius <liw@liw.fi>2021-03-25 11:18:33 +0000
commit228758b795b3c27d5fd146e380774b29db73432f (patch)
tree20df497a743e8442f9725c2f5ab552747363a9d1 /check
parenta45450a42e4cdcd7f2d5671984c9c7f3945131fd (diff)
parent00dc4a7a85b32c4337dd3672adec2cbfe3597bfe (diff)
downloadvmadm-228758b795b3c27d5fd146e380774b29db73432f.tar.gz
Merge branch 'tilde' into 'main'
test: don't hide clippy output if it's successful See merge request larswirzenius/vmadm!30
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