mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 04:26:20 -04:00
Run tests for different projects in parallel
This commit is contained in:
parent
c3f064fa09
commit
aee3f2afa2
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue