Use maximum number of threads for test (#124)
This commit is contained in:
parent
ee555b0c0d
commit
60da033010
4
.github/workflows/diff.yaml
vendored
4
.github/workflows/diff.yaml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
# Run unit tests.
|
||||
cd build
|
||||
ctest -R memgraph__unit --output-on-failure
|
||||
ctest -R memgraph__unit --output-on-failure -j$THREADS
|
||||
|
||||
- name: Run stress test
|
||||
run: |
|
||||
@ -99,7 +99,7 @@ jobs:
|
||||
|
||||
# Run unit tests.
|
||||
cd build
|
||||
ctest -R memgraph__unit --output-on-failure
|
||||
ctest -R memgraph__unit --output-on-failure -j$THREADS
|
||||
|
||||
- name: Compute code coverage
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user