mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
simple make cmd to test workspace
This commit is contained in:
parent
1d58365b33
commit
8089e1da1d
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -2,6 +2,9 @@
|
||||||
debug:
|
debug:
|
||||||
GITUI_LOGGING=true cargo run --features=timing
|
GITUI_LOGGING=true cargo run --features=timing
|
||||||
|
|
||||||
|
test:
|
||||||
|
cargo test --workspace -- --test-threads=1
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cargo install --path "."
|
cargo install --path "."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue