From 9d4972b0b2c2249c2a2cbe1c424be1cf7156b105 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 18 Jul 2020 12:22:17 +0200 Subject: [PATCH] also drive unittests on `make check` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 86d70164..d12a548d 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ clippy-pedantic: cargo clean -p gitui -p asyncgit -p scopetime cargo clippy --all-features -- -W clippy::pedantic -check: fmt clippy +check: fmt clippy test install: cargo install --path "." --offline