From 8089e1da1d36a1ee60c1925205c61698fbea252e Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 26 Mar 2020 10:08:28 +0100 Subject: [PATCH] simple make cmd to test workspace --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8f76b7d1..6e9d16e4 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ debug: GITUI_LOGGING=true cargo run --features=timing +test: + cargo test --workspace -- --test-threads=1 + install: cargo install --path "."