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