From d6c874b9e874a3abdbee5bdfc70c778430ff1ac3 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 2 May 2022 06:49:26 +0200 Subject: [PATCH] GIT_SILENT: Add test CI support --- .kde-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 0c6a215..a3ab84a 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -16,3 +16,5 @@ Dependencies: 'frameworks/kconfigwidgets': '@stable' 'frameworks/kxmlgui': '@stable' 'frameworks/kdoctools': '@stable' +Options: + require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ] -- GitLab