From 4f3764eb81181baa0f76a33541af6c43af686e31 Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Fri, 19 Jul 2024 14:12:21 -0500 Subject: [PATCH] Correct makefile error --- rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Makefile b/rust/Makefile index a250bc14..01c3530c 100644 --- a/rust/Makefile +++ b/rust/Makefile @@ -10,7 +10,7 @@ test: cargo test -j 1 test_auto: - cargo test -j default + cargo test test_%: cargo test -j $*