exclude test_codec2_doc when running tests on github actions

pull/31/head
drowe67 2023-12-11 12:16:48 +10:30 committed by David Rowe
parent 21dd265f96
commit 18c5e48d5c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -32,4 +32,4 @@ $(PLOT_FILES):
.PHONY: clean
clean:
rm -f *.blg *.bbl *.aux *.log *.out hts2a*
rm -f *.blg *.bbl *.aux *.log *.out hts2a*