From 990f61a73ad2cb77ab06383e8bb56d0ec836d3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Angelovi=C4=8D?= Date: Mon, 20 Apr 2026 14:48:06 +0200 Subject: [PATCH] ci: fix ctest run --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac656f41..a92f1e4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - name: verify run: | sudo cmake --build _build --target install - ctest --output-on-failure + ctest --output-on-failure --test-dir _build - name: pack if: matrix.build == 'shared-libsystemd' run: |