ci: run tests in parallel

This commit is contained in:
Anonymous Maarten
2023-09-08 03:24:47 +02:00
committed by Ryan C. Gordon
parent ad1313e751
commit 2fb266e0a4
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ jobs:
if: "! contains(matrix.platform.name, 'ARM')"
run: |
$env:SDL_TESTS_QUICK=1
ctest -VV --test-dir build/ -C Release
ctest -VV --test-dir build/ -C Release -j2
- name: Install (CMake)
run: |
echo "SDL3_DIR=$Env:GITHUB_WORKSPACE/prefix" >> $Env:GITHUB_ENV