From 5967e1b23c016e6274dfe560fb99d07551563c32 Mon Sep 17 00:00:00 2001
From: Joris Vaillant <joris.vaillant@inria.fr>
Date: Tue, 9 Jan 2024 15:50:02 +0100
Subject: [PATCH] ci: Deactivate ctest verbose

---
 .github/workflows/windows-conda-clang.yml | 2 +-
 .github/workflows/windows-conda-v142.yml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/windows-conda-clang.yml b/.github/workflows/windows-conda-clang.yml
index bf481b0d..33fc913c 100644
--- a/.github/workflows/windows-conda-clang.yml
+++ b/.github/workflows/windows-conda-clang.yml
@@ -69,7 +69,7 @@ jobs:
         if errorlevel 1 exit 1
 
         :: Testing
-        ctest --output-on-failure -C Release -V
+        ctest --output-on-failure -C Release
         if errorlevel 1 exit 1
 
         :: Test Python import
diff --git a/.github/workflows/windows-conda-v142.yml b/.github/workflows/windows-conda-v142.yml
index d59fc92d..e09444ba 100644
--- a/.github/workflows/windows-conda-v142.yml
+++ b/.github/workflows/windows-conda-v142.yml
@@ -66,7 +66,7 @@ jobs:
         if errorlevel 1 exit 1
 
         :: Testing
-        ctest --output-on-failure -C Release -V
+        ctest --output-on-failure -C Release
         if errorlevel 1 exit 1
 
         :: Test Python import
-- 
GitLab