aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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*