Use maximum number of threads for test (#124)

This commit is contained in:
antonio2368
2021-03-25 08:19:00 +01:00
committed by GitHub
parent ee555b0c0d
commit 60da033010

View File

@@ -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: |