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: |