mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08: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:
|
||||
GITUI_LOGGING=true cargo run --features=timing
|
||||
|
||||
test:
|
||||
cargo test --workspace -- --test-threads=1
|
||||
|
||||
install:
|
||||
cargo install --path "."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue