From 34a5bf0ce1a8848e7aa2d9daa876699a0b9dc719 Mon Sep 17 00:00:00 2001 From: Orange Date: Wed, 29 Jul 2026 03:48:27 +0300 Subject: [PATCH] paralel build --- .github/workflows/cmake-multi-platform.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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: |