From 9c0c5a1fb292fb5732ca8ef05aa9157d67cdc1db Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 2 Nov 2024 11:57:42 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3ce6f6b..050c4e48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,5 +142,5 @@ jobs: - name: Tests shell: pwsh - run: ctest -VV -C {{ matrix.config.BUILD_TYPE }} --test-dir build/tests --build-run-dir build/${{ matrix.config.BUILD_TYPE }} --no-tests=error + run: ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir build/tests --build-run-dir build/${{ matrix.config.BUILD_TYPE }} --no-tests=error