Skip to content

Commit 36b542c

Browse files
karzhenkovandreasbuhr
authored andcommitted
Run selected test using verbose mode
1 parent f61f520 commit 36b542c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,6 @@ jobs:
245245
shell: bash
246246
# Execute tests defined by the CMake configuration.
247247
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
248-
run: ctest --output-on-failure -C $BUILD_TYPE
248+
run: |
249+
ctest --output-on-failure -C $BUILD_TYPE && \
250+
ctest -V -R '^async auto reset event tests-multi-threaded$'

0 commit comments

Comments
 (0)