From 15b70dd88ddd535dcba1e55a3b77f6068a532915 Mon Sep 17 00:00:00 2001 From: Christophe Date: Tue, 19 Dec 2023 19:26:59 +0100 Subject: [PATCH] gni --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10cd97daa..423c0d066 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,5 +41,5 @@ jobs: # ${CXX} --version cmake --version - - run: cmake --build . --parallel --config ${{matrix.config}} - - run: ctest --parallel 4 --verbose -C ${{matrix.config}} \ No newline at end of file + #- run: cmake --build . --parallel --config ${{matrix.config}} + #- run: ctest --parallel 4 --verbose -C ${{matrix.config}} \ No newline at end of file