diff --git a/.github/workflows/windows-test.yml b/.github/workflows/windows-test.yml index 5dfb794..197439b 100644 --- a/.github/workflows/windows-test.yml +++ b/.github/workflows/windows-test.yml @@ -18,7 +18,7 @@ jobs: - name: Build tests # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type - run: build_tests.bat + run: ./build_tests.bat - name: Start tests run: ./build/bin/Release/Tests.exe