aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMooneer Salem <[email protected]>2023-12-12 20:52:19 -0800
committerMooneer Salem <[email protected]>2023-12-12 20:52:19 -0800
commite67ce322921ece56f4c108ceec6397e19325d928 (patch)
treee5f42290af909219ca1f3c2b45805e6e344b6d8e
parent93dbb6290495ccb194759506372b72fac1b1b104 (diff)
Reenable documentation ctest.
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 7e76b65..f843282 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