mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-23 08:20:15 -05:00
Run tests for different projects in parallel
This commit is contained in:
parent
c3f064fa09
commit
aee3f2afa2
2
.github/workflows/test-unittest.yml
vendored
2
.github/workflows/test-unittest.yml
vendored
@ -36,5 +36,5 @@ jobs:
|
|||||||
|
|
||||||
# Runs all test targets starting with "unit-"
|
# Runs all test targets starting with "unit-"
|
||||||
- name: Unit Tests
|
- name: Unit Tests
|
||||||
run: ctest -R unit-
|
run: ctest -j $(nproc) -R unit-
|
||||||
working-directory: build
|
working-directory: build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user