CI: Limit number of parallel tests for msys runs

This is the result of some consecutive runs with different values.
More would make the runtime of individual tests grow and we don't
want that.
This commit is contained in:
Benjamin Otte
2024-10-19 15:25:06 +02:00
parent 38d613478f
commit b2c8f936ba

View File

@@ -214,6 +214,7 @@ msys2-ucrt64:
variables:
MSYSTEM: "UCRT64"
CHERE_INVOKING: "yes"
MESON_TEST_MAX_PROCESSES: 2
MESON_TEST_MAX_FAIL: 10
macos: