Use maximum number of threads for test (#124)
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user