summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck3
1 files changed, 3 insertions, 0 deletions
diff --git a/check b/check
index 70e8b0a..da9330e 100755
--- a/check
+++ b/check
@@ -26,7 +26,10 @@ got_cargo_cmd()
cargo --list | grep " $1 " > /dev/null
}
+# shellcheck disable=2086
cargo build --all-targets $quiet
+
+# shellcheck disable=2086
got_cargo_cmd clippy && cargo clippy $quiet
got_cargo_cmd fmt && cargo fmt -- --check