diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 79159c7..1adffe4 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -706,12 +706,7 @@ jobs: -DVCPKG_MANIFEST_FEATURES="imgui;tests;lua" - name: Build - run: | - if [[ "${{ matrix.msystem }}" == "MINGW32" ]]; then - cmake --build cmake-build/build/${{ matrix.preset }} --target unit_tests omath --parallel 1 - else - cmake --build cmake-build/build/${{ matrix.preset }} --target unit_tests omath - fi + run: cmake --build cmake-build/build/${{ matrix.preset }} --target unit_tests omath - name: Run unit_tests.exe run: |