Skip to content

Commit 9954e49

Browse files
committed
Run selected test using verbose mode
1 parent 01fbc06 commit 9954e49

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
@@ -191,4 +191,6 @@ jobs:
191191
shell: bash
192192
# Execute tests defined by the CMake configuration.
193193
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
194-
run: ctest --output-on-failure -C $BUILD_TYPE
194+
run: |
195+
ctest --output-on-failure -C $BUILD_TYPE && \
196+
ctest -V -R '^async auto reset event tests-multi-threaded$'

0 commit comments

Comments
 (0)