From 286384b28bc628b7b966c603ffe1daa772f2afa4 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 2 Nov 2024 11:14:45 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d281c8b1..beb6d8456 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,6 +142,4 @@ jobs: - name: Run tests shell: pwsh - run: | - cd build - ctest --config ${{ matrix.config.BUILD_TYPE }} --output-on-failure --verbose + run: ctest --test-dir build -C Release --output-on-failure --verbose