From dc428796f0f186f026bbf9592af4a96b37b3ee83 Mon Sep 17 00:00:00 2001 From: Oz Date: Sun, 15 Oct 2023 17:19:51 +0200 Subject: [PATCH] [Test] Parallel CMake build --- .github/workflows/ctest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index ee4cbde8..3ee927e0 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -113,7 +113,7 @@ jobs: - name: Build bit7z # Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator). - run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} + run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --parallel - name: Build 7z.so for tests (Ubuntu) shell: bash