paralel build

This commit is contained in:
2026-07-29 03:48:27 +03:00
parent f1fbd5ac3f
commit 34a5bf0ce1
+1 -6
View File
@@ -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: |