From c0888c1fc82e238f238791030337f4cee1c0f7ba Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Mon, 25 May 2026 20:09:25 +0930 Subject: [PATCH] CI: Require all tests to pass --- .kde-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index 5e991a8..1d182d7 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -9,4 +9,4 @@ Dependencies: 'third-party/wayland-protocols': '@latest' Options: - require-passing-tests-on: ['Linux', 'FreeBSD', 'Windows'] + require-passing-tests-on: ['@all']