We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fbc06 commit 9954e49Copy full SHA for 9954e49
.github/workflows/cmake.yml
@@ -191,4 +191,6 @@ jobs:
191
shell: bash
192
# Execute tests defined by the CMake configuration.
193
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
194
- run: ctest --output-on-failure -C $BUILD_TYPE
+ run: |
195
+ ctest --output-on-failure -C $BUILD_TYPE && \
196
+ ctest -V -R '^async auto reset event tests-multi-threaded$'
0 commit comments