From 928c0caf29704e063a52dd690972d3002d2776d8 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 2 Nov 2024 10:59:42 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84240ce6..3c5e96bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,10 +138,10 @@ jobs: shell: pwsh run: | cd build - cmake --build . --config ${{ matrix.config.BUILD_TYPE }} + cmake --build --parallel . --config ${{ matrix.config.BUILD_TYPE }} - name: Run tests shell: pwsh run: | cd build - run: ctest --C ${{ matrix.config.BUILD_TYPE }} --output-on-failure --verbose + ctest --C ${{ matrix.config.BUILD_TYPE }} --output-on-failure --verbose