From 7fbc136f8d61676a89cd19c6035ec02a8bd14147 Mon Sep 17 00:00:00 2001 From: Piotr Wach Date: Sat, 9 Dec 2023 14:25:58 +0000 Subject: Adds new target that runs all the checks (to be used before creating a PR) --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3