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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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