mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
also drive unittests on make check
This commit is contained in:
parent
a54fbf7f63
commit
9d4972b0b2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -41,7 +41,7 @@ clippy-pedantic:
|
||||||
cargo clean -p gitui -p asyncgit -p scopetime
|
cargo clean -p gitui -p asyncgit -p scopetime
|
||||||
cargo clippy --all-features -- -W clippy::pedantic
|
cargo clippy --all-features -- -W clippy::pedantic
|
||||||
|
|
||||||
check: fmt clippy
|
check: fmt clippy test
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cargo install --path "." --offline
|
cargo install --path "." --offline
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue