Skip to content

Commit

Permalink
Ensure that tests are built and run (#4500)
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich authored Nov 12, 2024
1 parent 4e64df9 commit 11a3981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
cmake --build build -- -j8
fi
- name: Run tests
run: ctest --test-dir build --build-config ${{ matrix.configuration }} --verbose
run: ctest --no-tests=error --test-dir build --build-config ${{ matrix.configuration }} --verbose

external_c_checks_cmake_cygwin:
name: external_c_checks_cmake_windows-cygwin
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Run tests
run: |
export PATH=/usr/bin:$PATH
ctest --test-dir build --build-config Debug --verbose
ctest --no-tests=error --test-dir build --build-config Debug --verbose
shell: C:\cygwin\bin\bash.exe -eo pipefail -o igncr '{0}'

html_documentation_checks:
Expand Down

0 comments on commit 11a3981

Please sign in to comment.