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 e3c2376 commit 0dc42edCopy full SHA for 0dc42ed
.github/workflows/test-stream.yaml
@@ -106,12 +106,8 @@ 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"
+ run: ctest --output-on-failure --test-dir build -C Release
115
116
env:
117
VCPKG_ROOT: "C:/vcpkg"
0 commit comments