diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 1cc3c2b..13aee86 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -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