Skip to content

Commit

Permalink
add framing_sv2 example to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Feb 19, 2025
1 parent e086c02 commit cb2b67b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
run: |
cargo run --manifest-path=protocols/v1/Cargo.toml --example client_and_server 30
- name: Run framing-sv2 example
run: |
cargo run --manifest-path=protocols/v2/framing-sv2/Cargo.toml --example sv2_frame
- name: interop-test
run: |
if [ ${{ matrix.os }} == "ubuntu-latest" ]; then
Expand Down

0 comments on commit cb2b67b

Please sign in to comment.