This commit is contained in:
2025-09-22 02:41:12 +03:00
parent ba7bce5502
commit 380a9f0a16

View File

@@ -39,7 +39,7 @@ jobs:
- name: Build
shell: bash
run: cmake --build cmake-build/build/linux-release --target unit_test omath
run: cmake --build cmake-build/build/linux-release --target unit_tests 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 unit_test omath
run: cmake --build cmake-build/build/windows-release --target unit_tests omath
- name: Run unit_tests.exe
shell: bash