Bump CTEST_PARALLEL_LEVEL to match CTEST_BUILD_PARALLEL_LEVEL

This is an experiment to see if it causes any of the tests to flake and/or if it
even appreciably speeds up CI to begin with.

I note that there are tests added in 8bf8b10 that mutate global terminal state
but also note that local tests without CTEST_PARALLEL_LEVEL set at all have been
running to completion just fine without any observed flakiness *and* that our
Cirrus CI tests have this hard-coded to 6.
This commit is contained in:
Mahmoud Al-Qudsi 2025-01-08 13:23:32 -06:00 committed by Fabian Boehm
parent c7358d14c8
commit 3bbfaf532e

View File

@ -3,7 +3,7 @@ name: make test
on: [push, pull_request]
env:
CTEST_PARALLEL_LEVEL: "1"
CTEST_PARALLEL_LEVEL: "4"
CMAKE_BUILD_PARALLEL_LEVEL: "4"
permissions: