diff options
| author | drowe67 <[email protected]> | 2023-12-11 12:16:48 +1030 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-12-11 12:16:48 +1030 |
| commit | 18c5e48d5c86a5d02c996d129880bb8d212e9b75 (patch) | |
| tree | 089d8081f278be6b9718cd8c2138947fa1d0fb9b /.github/workflows | |
| parent | 21dd265f96391d11c0e09196e62bcd62a3d2828c (diff) | |
exclude test_codec2_doc when running tests on github actions
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cmake.yml | 2 |
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 |
