From e67ce322921ece56f4c108ceec6397e19325d928 Mon Sep 17 00:00:00 2001 From: Mooneer Salem Date: Tue, 12 Dec 2023 20:52:19 -0800 Subject: [PATCH] Reenable documentation ctest. --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7e76b658..f8432825 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -50,7 +50,7 @@ jobs: - name: Run ctests working-directory: ${{github.workspace}}/build_linux shell: bash - run: ctest --output-on-failure -E test_codec2_doc + run: ctest --output-on-failure - name: Test library installation working-directory: ${{github.workspace}}/build_linux