Skip to content

Commit

Permalink
ci: more output from ech-test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Dec 22, 2024
1 parent 6a1c5ee commit ae38c18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ jobs:
- name: Run ECH connect test
if: matrix.crypto == 'aws-lc-rs' # No HPKE in ring
run: |
cmake --build build --target ech-test > ech-test.log
cmake --build build --target ech-test | Tee-Object -FilePath ech-test.log
Get-Content ech-test.log
grep 'sni=encrypted' ech-test.log
ensure-header-updated:
Expand Down

0 comments on commit ae38c18

Please sign in to comment.