simple make cmd to test workspace

This commit is contained in:
Stephan Dilly 2020-03-26 10:08:28 +01:00
parent 1d58365b33
commit 8089e1da1d

View file

@ -2,6 +2,9 @@
debug:
GITUI_LOGGING=true cargo run --features=timing
test:
cargo test --workspace -- --test-threads=1
install:
cargo install --path "."