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 f61f520 commit 36b542cCopy full SHA for 36b542c
.github/workflows/cmake.yml
@@ -245,4 +245,6 @@ jobs:
245
shell: bash
246
# Execute tests defined by the CMake configuration.
247
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
248
- run: ctest --output-on-failure -C $BUILD_TYPE
+ run: |
249
+ ctest --output-on-failure -C $BUILD_TYPE && \
250
+ ctest -V -R '^async auto reset event tests-multi-threaded$'
0 commit comments