From 5a589be697eda2eddd951b5d55be825bad792564 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Mon, 13 Mar 2023 14:09:42 -0700 Subject: [PATCH] tests can have some more, I guess --- unit_tests/clean_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/clean_compile.sh b/unit_tests/clean_compile.sh index b5ca8ca2e7..d1b2eac176 100644 --- a/unit_tests/clean_compile.sh +++ b/unit_tests/clean_compile.sh @@ -4,4 +4,4 @@ echo "Compiling unit tests" make clean # todo: how comes .dep is not being cleaned by 'make clean'? rm -rf .dep/ -make -j6 +make -j12