Fix workflow

This commit is contained in:
Danil
2025-10-24 17:12:58 +07:00
committed by GitHub
parent 42c9706ca5
commit e3fb9a1332
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Build tests - 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. # 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 # 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 - name: Start tests
run: ./build/bin/Release/Tests.exe run: ./build/bin/Release/Tests.exe