aboutsummaryrefslogtreecommitdiff
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
parent21dd265f96391d11c0e09196e62bcd62a3d2828c (diff)
exclude test_codec2_doc when running tests on github actions
-rw-r--r--.github/workflows/cmake.yml2
-rw-r--r--doc/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/doc/Makefile b/doc/Makefile
index 0658fe1..659d4f6 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -32,4 +32,4 @@ $(PLOT_FILES):
.PHONY: clean
clean:
- rm -f *.blg *.bbl *.aux *.log *.out hts2a* \ No newline at end of file
+ rm -f *.blg *.bbl *.aux *.log *.out hts2a*