This commit is contained in:
2025-10-28 01:15:36 +03:00
parent ea7b812645
commit 64385757af

View File

@@ -44,7 +44,7 @@ jobs:
- name: Build - name: Build
shell: bash shell: bash
run: cmake --build cmake-build/build/linux-release --target unit_tests omath run: cmake --build cmake-build/build/linux-release-vcpkg --target unit_tests omath
- name: Run unit_tests - name: Run unit_tests
shell: bash shell: bash
@@ -79,7 +79,7 @@ jobs:
- name: Build - name: Build
shell: bash shell: bash
run: cmake --build cmake-build/build/windows-release --target unit_tests omath run: cmake --build cmake-build/build/windows-release-vcpkg --target unit_tests omath
- name: Run unit_tests.exe - name: Run unit_tests.exe
shell: bash shell: bash