mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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-"
|
||||
- name: Unit Tests
|
||||
run: ctest -R unit-
|
||||
run: ctest -j $(nproc) -R unit-
|
||||
working-directory: build
|
||||
|
Loading…
Reference in New Issue
Block a user