From 070c397ed5f5c85af3ff2a63abffe023a2cc1d25 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 d932c55200..2ea595b482 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -214,7 +214,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.