Update cmake.yml

This commit is contained in:
Justin Scofield
2022-07-30 13:10:59 -04:00
committed by GitHub
parent 7f5666c585
commit ff39535afd

View File

@@ -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