From f8872eb9ee6589754eb0bc6ccb57fbfd42cedc74 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Wed, 17 Jul 2024 20:54:37 +0200 Subject: [PATCH] ga: use proper ctest argument -V instead of -v Closes #441. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5fc587bf..ff3f15ce4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,4 +62,4 @@ jobs: - name: test working-directory: ${{runner.workspace}}/build run: | - ctest --output-on-failure -v -C Release + ctest --output-on-failure -V -C Release