aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-12-11 12:16:48 +1030
committerDavid Rowe <[email protected]>2023-12-11 12:16:48 +1030
commit18c5e48d5c86a5d02c996d129880bb8d212e9b75 (patch)
tree089d8081f278be6b9718cd8c2138947fa1d0fb9b /.github/workflows
parent21dd265f96391d11c0e09196e62bcd62a3d2828c (diff)
exclude test_codec2_doc when running tests on github actions
Diffstat (limited to '.github/workflows')
-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 b5425d0..69ab0fb 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -51,7 +51,7 @@ jobs:
- name: Run ctests
working-directory: ${{github.workspace}}/build_linux
shell: bash
- run: ctest --output-on-failure
+ run: ctest --output-on-failure -E test_codec2_doc
- name: Test library installation
working-directory: ${{github.workspace}}/build_linux