From e3fb9a13321b7f01d835b95f97289e0ad543d671 Mon Sep 17 00:00:00 2001 From: Danil <119668441+Jiga228@users.noreply.github.com> Date: Fri, 24 Oct 2025 17:12:58 +0700 Subject: [PATCH] Fix workflow --- .github/workflows/windows-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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