From ea92cefe9f17ff4910d84abb76966a9c6e1d22fe Mon Sep 17 00:00:00 2001 From: jatin Date: Thu, 18 Jan 2024 11:44:41 -0800 Subject: [PATCH] CI tweaks --- .github/workflows/cmake.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 692885ce..fbb29dad 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -72,11 +72,13 @@ jobs: - name: Build shell: bash - run: cmake --build build --config Release --parallel 3 --target BYOD_Standalone BYOD_VST3 BYOD_CLAP BYOD_headless + run: cmake --build build --config Release --parallel 4 --target BYOD_Standalone BYOD_VST3 BYOD_CLAP - name: Unit Tests if: runner.os == 'Linux' || runner.os == 'MacOS' - run: build/BYOD --unit-tests --all + run: | + cmake --build build --config Release --parallel 4 --target BYOD_headless + build/BYOD --unit-tests --all - name: Validate if: runner.os == 'Windows' # || runner.os == 'MacOS'