From 93d26ea3420f24465ee3595495192b3c670ca079 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 2 Nov 2024 12:56:23 +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 1cea66ca..45c20c06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,5 +153,5 @@ jobs: - name: Tests shell: pwsh run: | - ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir build/tests --no-tests=error --build-config Release + ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir build --no-tests=error --build-config Release