Skip to content

Commit ae38c18

Browse files
committed
ci: more output from ech-test on Windows
1 parent 6a1c5ee commit ae38c18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@ jobs:
253253
- name: Run ECH connect test
254254
if: matrix.crypto == 'aws-lc-rs' # No HPKE in ring
255255
run: |
256-
cmake --build build --target ech-test > ech-test.log
256+
cmake --build build --target ech-test | Tee-Object -FilePath ech-test.log
257+
Get-Content ech-test.log
257258
grep 'sni=encrypted' ech-test.log
258259
259260
ensure-header-updated:

0 commit comments

Comments
 (0)