Skip to content

Commit e3c2376

Browse files
committed
Add debug step to list test executable before running C++20 streaming tests
1 parent 50abee2 commit e3c2376

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-stream.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ jobs:
106106
-DHTTPLIB_REQUIRE_OPENSSL=${{ matrix.config.with_ssl && 'ON' || 'OFF' }}
107107
- name: Build ${{ matrix.config.name }}
108108
run: cmake --build build --config Release -- /v:m /clp:ShowCommandLine
109+
- name: Debug - List test executable
110+
run: |
111+
dir build\test\Release\
112+
build\test\Release\httplib-test-stream.exe --gtest_list_tests
109113
- name: Run C++20 streaming tests ${{ matrix.config.name }}
110114
run: ctest --output-on-failure --test-dir build -C Release -R "httplib-test-stream"
111115

0 commit comments

Comments
 (0)