From 7ecfb3bc9ccb37d1a1dc78ef2b3b5e87748bb275 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 1 Nov 2024 17:45:19 +0200 Subject: [PATCH] Fix ci --- .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 6442d6ee..d33fa7ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,5 +103,5 @@ jobs: run: cmake --build build --config Release - name: Run Tests - run: ctest --test-dir build --output-on-failure + run: ctest --test-dir build --config Release --output-on-failure