diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 103de52b31..b9016219ae 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -152,7 +152,7 @@ jobs: - name: Run "tests/${{ matrix.test-dir }}" TestLib quick tests id: run-tests working-directory: ${{ github.workspace }}/tests - run: ./main.py run --skip-build -vv ${{ matrix.test-dir }} + run: ./main.py run --skip-build -t $(nproc) -vv ${{ matrix.test-dir }} # Get the basename of the matrix.test-dir path (to name the artifact). - name: Sanatize test-dir for artifact name