mirror of
https://github.com/drowe67/codec2
synced 2026-08-14 19:31:34 -04:00
exclude test_codec2_doc when running tests on github actions
This commit is contained in:
parent
21dd265f96
commit
18c5e48d5c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue