From 203b1febb1a8903c045a991ad2f9bc8d40777725 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 18 Oct 2024 17:04:12 +0200 Subject: [PATCH] CI: Set MESON_TEST_MAX_FAIL for msys build --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95217f4245..efb68337be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -216,7 +216,8 @@ msys2-ucrt64: variables: MSYSTEM: "UCRT64" CHERE_INVOKING: "yes" - + MESON_TEST_MAX_FAIL: 10 + macos: rules: # Do not run in forks as the runner is not available there.