diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64f9c41e..860d7a38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,4 +50,4 @@ jobs: shell: bash # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -V -C $BUILD_TYPE + run: LD_LIBRARY_PATH=$(pwd)/backend ctest -V -C $BUILD_TYPE