Run tests for different projects in parallel

This commit is contained in:
Malte Poll 2022-08-09 10:25:33 +02:00 committed by Malte Poll
parent c3f064fa09
commit aee3f2afa2

View File

@ -36,5 +36,5 @@ jobs:
# Runs all test targets starting with "unit-"
- name: Unit Tests
run: ctest -R unit-
run: ctest -j $(nproc) -R unit-
working-directory: build