File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -255,14 +255,14 @@ jobs:
255255 if : runner.os != 'Windows'
256256 env :
257257 RUSTLS_PLATFORM_VERIFIER : 1
258- run : ./build/tests/client example .com 443 / 1
258+ run : ./build/tests/client cloudflare .com 443 / 1
259259 # Run the rustls-ffi-test binary.
260260 # On Windows it's in a different output location under build.
261261 - name : Run rustls-ffi client (Windows)
262262 if : runner.os == 'Windows'
263263 env :
264264 RUSTLS_PLATFORM_VERIFIER : 1
265- run : .\build\tests\Release\client.exe example .com 443 / 1
265+ run : .\build\tests\Release\client.exe cloudflare .com 443 / 1
266266
267267 test-deb :
268268 name : " Test Linux Deb (${{ matrix.os }})"
@@ -299,4 +299,4 @@ jobs:
299299 - name : Run rustls-ffi client
300300 env :
301301 RUSTLS_PLATFORM_VERIFIER : 1
302- run : ./build/tests/client example .com 443 / 1
302+ run : ./build/tests/client cloudflare .com 443 / 1
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ add_custom_command(
6363 POST_BUILD
6464 COMMAND
6565 ${CMAKE_COMMAND} -E env RUSTLS_PLATFORM_VERIFIER=1
66- "$<TARGET_FILE :client >" example .com 443 /
66+ "$<TARGET_FILE :client >" cloudflare .com 443 /
6767 WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR} "
6868)
6969
You can’t perform that action at this time.
0 commit comments