From 53c0f4cda684aebbb901dde070b15c336aa2c4ba Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 2 Nov 2024 11:07:12 +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 b3fb46d8..5d281c8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,4 +144,4 @@ jobs: shell: pwsh run: | cd build - ctest --C ${{ matrix.config.BUILD_TYPE }} --output-on-failure --verbose + ctest --config ${{ matrix.config.BUILD_TYPE }} --output-on-failure --verbose