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 "."