Skip to content

Commit 0b43166

Browse files
committed
CI: use CTEST_PARALLEL_LEVEL for CMake tests on macOS
Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>
1 parent c1ad5c5 commit 0b43166

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/functional-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ jobs:
482482
version: 1.11.0
483483
- name: Build and run functional tests
484484
run: |
485+
export CTEST_PARALLEL_LEVEL=16
485486
./gradlew publishToMavenLocal
486487
cd cmake
487488
GLUECODIUM_BUILD_ENVIRONMENT=ios-x86_64 cmake -P run-cmake-unit-test.cmake

0 commit comments

Comments
 (0)