From 3fec1a81b7345b2035fc6dc3e0ba0dd4413a4cd0 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 1 Nov 2024 17:56:07 +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 bc50e12a..8b3f474c 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 -C Release --output-on-failure + run: ctest --test-dir build -C Release --output-on-failure --verbose