Skip to content

Commit

Permalink
Bump CTEST_PARALLEL_LEVEL to match CTEST_BUILD_PARALLEL_LEVEL
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mqudsi committed Jan 8, 2025
1 parent 8304fd0 commit 26a9e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 26a9e85

Please sign in to comment.