We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1c5ee commit ae38c18Copy full SHA for ae38c18
.github/workflows/test.yaml
@@ -253,7 +253,8 @@ jobs:
253
- name: Run ECH connect test
254
if: matrix.crypto == 'aws-lc-rs' # No HPKE in ring
255
run: |
256
- cmake --build build --target ech-test > ech-test.log
+ cmake --build build --target ech-test | Tee-Object -FilePath ech-test.log
257
+ Get-Content ech-test.log
258
grep 'sni=encrypted' ech-test.log
259
260
ensure-header-updated:
0 commit comments