diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index fb819f71..2d0431d7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -38,4 +38,4 @@ jobs: working-directory: ${{github.workspace}}/build # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: cd build/bin && ./yaze_test + run: ${{github.workspace}}/build/bin/yaze_test