From 05de6c67b26ef0daaf6dbfae956779546286ca7a Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 22 Apr 2024 23:45:45 +0200 Subject: [PATCH] Enforce passing tests on all platforms --- .kde-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 0c2351d..10bfa79 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -7,3 +7,6 @@ Dependencies: 'frameworks/extra-cmake-modules': '@latest-kf6' 'third-party/wayland': '@latest' 'third-party/wayland-protocols': '@latest' + +Options: + require-passing-tests-on: ['Linux', 'FreeBSD', 'Windows']