diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 1d57382..bf64c42 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -125,7 +125,7 @@ jobs: Start-Sleep -Seconds 1 $env:DBUS_SESSION_BUS_ADDRESS = Receive-Job $dbus_daemon try { - ctest -C Debug --test-dir ${{ github.workspace }}\build-core-runtime\src\test -V + ctest -C Debug --test-dir ${{ github.workspace }}\build-dbus-runtime\src\test -V exit $LASTEXITCODE } finally { Stop-Job $dbus_daemon