Skip to content

Commit 0dc42ed

Browse files
committed
Remove debug step for listing test executable in C++20 streaming tests
1 parent e3c2376 commit 0dc42ed

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test-stream.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,8 @@ 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
113109
- name: Run C++20 streaming tests ${{ matrix.config.name }}
114-
run: ctest --output-on-failure --test-dir build -C Release -R "httplib-test-stream"
110+
run: ctest --output-on-failure --test-dir build -C Release
115111

116112
env:
117113
VCPKG_ROOT: "C:/vcpkg"

0 commit comments

Comments
 (0)