also drive unittests on make check

This commit is contained in:
Stephan Dilly 2020-07-18 12:22:17 +02:00
parent a54fbf7f63
commit 9d4972b0b2

View file

@ -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