Fix workflow
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user