summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5cc5356..4517bd4 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,11 @@ check:## run cargo-check with various features
cargo check --no-default-features --features tui-crossplatform
cargo check --no-default-features --features trash-move
+fmt:
+ cargo fmt
+
+ready: fmt clippy tests
+
unit-tests: ## run all unit tests
cargo test --all
cargo test --all --no-default-features --features trash-move