ci: Pass --repeat until-pass to ctest

Pass --repeat until-pass to make CI more robust to tests that randomly
fail.
This commit is contained in:
Vlad Zahorodnii 2023-04-26 15:50:47 +03:00
parent 34b651e526
commit 00d404335e

View file

@ -37,5 +37,6 @@ Dependencies:
'plasma/kscreenlocker': '@same'
Options:
ctest-arguments: '--repeat until-pass:5'
use-ccache: True
require-passing-tests-on: ['FreeBSD', 'Linux']