From f20ed67ba003604632255ee79201402da8a18f9b Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Thu, 3 Nov 2022 10:34:04 +0200 Subject: [PATCH] ci: Require tests to pass on FreeBSD too With isolated XDG_RUNTIME_DIR, tests should be more robust now, so we can try enforcing a requirement that tests must pass on FreeBSD too. --- .kde-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index 36925250fd..b6f222775c 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -37,4 +37,4 @@ Dependencies: Options: use-ccache: True - require-passing-tests-on: ['Linux/Qt5', 'Linux/Qt6'] + require-passing-tests-on: ['FreeBSD', 'Linux']