diff options
| author | Mooneer Salem <[email protected]> | 2023-12-12 20:52:19 -0800 |
|---|---|---|
| committer | Mooneer Salem <[email protected]> | 2023-12-12 20:52:19 -0800 |
| commit | e67ce322921ece56f4c108ceec6397e19325d928 (patch) | |
| tree | e5f42290af909219ca1f3c2b45805e6e344b6d8e | |
| parent | 93dbb6290495ccb194759506372b72fac1b1b104 (diff) | |
Reenable documentation ctest.
| -rw-r--r-- | .github/workflows/cmake.yml | 2 |
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 |
