From 60da033010fe2bb358a050e00bd660f416ca4cd4 Mon Sep 17 00:00:00 2001 From: antonio2368 Date: Thu, 25 Mar 2021 08:19:00 +0100 Subject: [PATCH] Use maximum number of threads for test (#124) --- .github/workflows/diff.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/diff.yaml b/.github/workflows/diff.yaml index 50ede0351..67be98576 100644 --- a/.github/workflows/diff.yaml +++ b/.github/workflows/diff.yaml @@ -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: |