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 50abee2 commit e3c2376Copy full SHA for e3c2376
.github/workflows/test-stream.yaml
@@ -106,6 +106,10 @@ jobs:
106
-DHTTPLIB_REQUIRE_OPENSSL=${{ matrix.config.with_ssl && 'ON' || 'OFF' }}
107
- name: Build ${{ matrix.config.name }}
108
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
113
- name: Run C++20 streaming tests ${{ matrix.config.name }}
114
run: ctest --output-on-failure --test-dir build -C Release -R "httplib-test-stream"
115
0 commit comments