added targets specification to ci cd build

This commit is contained in:
2025-09-22 02:38:25 +03:00
parent c4d10f8872
commit ce40891e37
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- name: Build
shell: bash
run: cmake --build cmake-build/build/linux-release --target all
run: cmake --build cmake-build/build/linux-release --target unit_test omath
- name: Run unit_tests
shell: bash
@@ -72,7 +72,7 @@ jobs:
- name: Build
shell: bash
run: cmake --build cmake-build/build/windows-release --target all
run: cmake --build cmake-build/build/windows-release --target unit_test omath
- name: Run unit_tests.exe
shell: bash