We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e64df9 commit 11a3981Copy full SHA for 11a3981
.github/workflows/checkCI.yml
@@ -96,7 +96,7 @@ jobs:
96
cmake --build build -- -j8
97
fi
98
- name: Run tests
99
- run: ctest --test-dir build --build-config ${{ matrix.configuration }} --verbose
+ run: ctest --no-tests=error --test-dir build --build-config ${{ matrix.configuration }} --verbose
100
101
external_c_checks_cmake_cygwin:
102
name: external_c_checks_cmake_windows-cygwin
@@ -134,7 +134,7 @@ jobs:
134
135
run: |
136
export PATH=/usr/bin:$PATH
137
- ctest --test-dir build --build-config Debug --verbose
+ ctest --no-tests=error --test-dir build --build-config Debug --verbose
138
shell: C:\cygwin\bin\bash.exe -eo pipefail -o igncr '{0}'
139
140
html_documentation_checks:
0 commit comments