From c237d8dbc0a17d9f7e55d1c0d4cadab0de1adb46 Mon Sep 17 00:00:00 2001
From: Bryan Newbold <bnewbold@archive.org>
Date: Thu, 4 Feb 2021 19:06:16 -0800
Subject: remove thread limit from test command

---
 rust/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust/Makefile b/rust/Makefile
index 8e2bc4b..f093a89 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -7,7 +7,7 @@ help: ## Print info about all commands
 
 .PHONY: test
 test: ## Run all tests
-	cargo test -- --test-threads 1
+	cargo test
 
 .PHONY: lint
 lint: ## Run syntax/style checks
-- 
cgit v1.2.3