From 924832dede15ecd75b1b6c540d6e8f83aa2ce32d Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Fri, 4 Aug 2023 14:35:32 -0500 Subject: [PATCH] Run tests using multiple threads --- .justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.justfile b/.justfile index 04e1760..33d8a26 100644 --- a/.justfile +++ b/.justfile @@ -8,4 +8,4 @@ run-file FILE_NAME: # Run tests for the Lune library test: - cargo test --lib -- --test-threads 1 + cargo test --lib