From d010c879ef4dc02a44f3a0a47d8a6ee3c5c919aa Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 15 Oct 2024 15:31:52 +1000 Subject: [PATCH] doc: correct that the test suite is indeed run in the CI Part-of: --- doc/user/test-suite.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/user/test-suite.rst b/doc/user/test-suite.rst index 5323e4b2..2d4b9d4e 100644 --- a/doc/user/test-suite.rst +++ b/doc/user/test-suite.rst @@ -27,8 +27,7 @@ must pass for any merge request. These tests are invoked by calling ``meson test -C builddir`` (or ``ninja test``). The ``libinput-test-suite`` is part of that test set by default. -The upstream CI runs all these tests but not the ``libinput-test-suite``. -This CI is run for every merge request. +The upstream CI runs all these tests and is run for every merge request. .. _test-job-control: