Skip to content

Commit b042f4e

Browse files
authored
ci: fix ctest run (#533)
There was a bug which caused no tests to be run in the CI jobs.
1 parent eb05ed5 commit b042f4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: verify
6262
run: |
6363
sudo cmake --build _build --target install
64-
ctest --output-on-failure
64+
ctest --output-on-failure --test-dir _build
6565
- name: pack
6666
if: matrix.build == 'shared-libsystemd'
6767
run: |

0 commit comments

Comments
 (0)