ci: run tests in parallel

This commit is contained in:
Anonymous Maarten
2023-09-10 15:20:34 +02:00
parent ce32c44b54
commit 2adebcd6cc
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ jobs:
${{ matrix.platform.source_cmd }}
set -eu
export SDL_TESTS_QUICK=1
ctest -VV --test-dir build/
ctest -VV --test-dir build/ -j2
if test "${{ runner.os }}" = "Linux"; then
# This should show us the SDL_REVISION
strings build/libSDL2-2.0.so.0 | grep SDL-