File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -255,14 +255,14 @@ jobs:
255
255
if : runner.os != 'Windows'
256
256
env :
257
257
RUSTLS_PLATFORM_VERIFIER : 1
258
- run : ./build/tests/client example .com 443 / 1
258
+ run : ./build/tests/client cloudflare .com 443 / 1
259
259
# Run the rustls-ffi-test binary.
260
260
# On Windows it's in a different output location under build.
261
261
- name : Run rustls-ffi client (Windows)
262
262
if : runner.os == 'Windows'
263
263
env :
264
264
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
266
266
267
267
test-deb :
268
268
name : " Test Linux Deb (${{ matrix.os }})"
@@ -299,4 +299,4 @@ jobs:
299
299
- name : Run rustls-ffi client
300
300
env :
301
301
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(
63
63
POST_BUILD
64
64
COMMAND
65
65
${CMAKE_COMMAND} -E env RUSTLS_PLATFORM_VERIFIER=1
66
- "$<TARGET_FILE:client>" example .com 443 /
66
+ "$<TARGET_FILE:client>" cloudflare .com 443 /
67
67
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR} "
68
68
)
69
69
You can’t perform that action at this time.
0 commit comments