diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c5e96bf..b3fb46d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: shell: pwsh run: | cd build - cmake --build --parallel . --config ${{ matrix.config.BUILD_TYPE }} + cmake --build . --parallel --config ${{ matrix.config.BUILD_TYPE }} - name: Run tests shell: pwsh