Skip to content

Commit 11a3981

Browse files
authored
Ensure that tests are built and run (#4500)
1 parent 4e64df9 commit 11a3981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checkCI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
cmake --build build -- -j8
9797
fi
9898
- name: Run tests
99-
run: ctest --test-dir build --build-config ${{ matrix.configuration }} --verbose
99+
run: ctest --no-tests=error --test-dir build --build-config ${{ matrix.configuration }} --verbose
100100

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

140140
html_documentation_checks:

0 commit comments

Comments
 (0)