aboutsummaryrefslogtreecommitdiff
path: root/.dev-suite
diff options
context:
space:
mode:
Diffstat (limited to '.dev-suite')
-rwxr-xr-x.dev-suite/hooked/pre-commit6
1 files changed, 5 insertions, 1 deletions
diff --git a/.dev-suite/hooked/pre-commit b/.dev-suite/hooked/pre-commit
index efcbaec..9ae83cf 100755
--- a/.dev-suite/hooked/pre-commit
+++ b/.dev-suite/hooked/pre-commit
@@ -1 +1,5 @@
-#! /bin/bash \ No newline at end of file
+#! /bin/bash
+cargo build --all
+cargo test --all
+cargo +nightly fmt --all -- --check
+cargo clippy --all --all-targets