summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_all.sh b/scripts/check_all.sh
index 0a03144..91d55c4 100755
--- a/scripts/check_all.sh
+++ b/scripts/check_all.sh
@@ -6,7 +6,7 @@ set -e
echo "--- Running Native Build & Tests ---"
cmake -S . -B build -DDEMO_BUILD_TESTS=ON
-cmake --build build
+cmake --build build -j8
(cd build && ctest --output-on-failure)
echo ""