From 5630baeb4d32dbfc4461cf5a3475b701cdfb1d18 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Thu, 13 Aug 2026 15:34:00 +0900 Subject: ci: run CTest in parallel Run CTest with parallel jobs in the Windows, Emscripten, Fedora, and shared test-script paths to reduce test time. --- scripts/test | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/test b/scripts/test index 0e84b22..6b51b1e 100755 --- a/scripts/test +++ b/scripts/test @@ -11,6 +11,7 @@ if [ "$ARCH" = "mingw32" -o "$ARCH" = "mingw64" -o "$ARCH" = "arm32" ]; then fi ENABLE_ASM="${ENABLE_ASM:=ON}" +export CTEST_PARALLEL_LEVEL="${CTEST_PARALLEL_LEVEL-}" # setup_cross_compiler sets up environment variables for cross-compilation with the given prefix. setup_cross_compiler() { -- cgit v1.2.3-55-g6feb