From 11a39817649ba21be26895ff8466a48967caecfe Mon Sep 17 00:00:00 2001 From: Thomas Beutlich Date: Tue, 12 Nov 2024 19:13:06 +0100 Subject: [PATCH] Ensure that tests are built and run (#4500) --- .github/workflows/checkCI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checkCI.yml b/.github/workflows/checkCI.yml index 7a79993628..a6a82f2f61 100644 --- a/.github/workflows/checkCI.yml +++ b/.github/workflows/checkCI.yml @@ -96,7 +96,7 @@ jobs: cmake --build build -- -j8 fi - name: Run tests - run: ctest --test-dir build --build-config ${{ matrix.configuration }} --verbose + run: ctest --no-tests=error --test-dir build --build-config ${{ matrix.configuration }} --verbose external_c_checks_cmake_cygwin: name: external_c_checks_cmake_windows-cygwin @@ -134,7 +134,7 @@ jobs: - name: Run tests run: | export PATH=/usr/bin:$PATH - ctest --test-dir build --build-config Debug --verbose + ctest --no-tests=error --test-dir build --build-config Debug --verbose shell: C:\cygwin\bin\bash.exe -eo pipefail -o igncr '{0}' html_documentation_checks: