We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb05ed5 commit b042f4eCopy full SHA for b042f4e
1 file changed
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: verify
62
run: |
63
sudo cmake --build _build --target install
64
- ctest --output-on-failure
+ ctest --output-on-failure --test-dir _build
65
- name: pack
66
if: matrix.build == 'shared-libsystemd'
67
0 commit comments