Skip to content

Commit 38e0107

Browse files
committed
CI: use multiple threads to run CMake tests
The step, which is responsible for running CMake tests on CI is extended to use multiple threads. This speeds up the execution. It is achieved via 'CTEST_PARALLEL_LEVEL' environment variable. Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>
1 parent a9aeb0d commit 38e0107

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
@@ -450,6 +450,7 @@ jobs:
450450
sudo apt -y install ./dart_${DART_VERSION}-1_amd64.deb
451451
- name: Build and run functional tests
452452
run: |
453+
export CTEST_PARALLEL_LEVEL=4
453454
export ANDROID_HOME=${HOME}/android-sdk-linux
454455
export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/platform-tools:/usr/lib/dart/bin
455456
./gradlew publishToMavenLocal

0 commit comments

Comments
 (0)