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