From 3ad3ef78002a6355c4abfd89abd6ba2ec4325de9 Mon Sep 17 00:00:00 2001 From: Ryan Welch Date: Mon, 13 May 2024 15:31:23 -0400 Subject: [PATCH] Try 5 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a00f5bf..51d26d5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,8 +40,8 @@ jobs: cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../cget/cget/cget.cmake -DBUILD_TESTS=1 .. core_count=$(nproc) - make -j $(core_count) + make -j ${core_count} cd .. - make -j $(core_count) test + make -j ${core_count} test build/raremetal/tests/bin/tests-raremetal