Skip to content

Commit cd6226b

Browse files
committed
add framing_sv2 example to CI
1 parent 52e824f commit cd6226b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
run: |
4040
cargo run --manifest-path=protocols/v1/Cargo.toml --example client_and_server 30
4141
42+
- name: Run framing-sv2 example
43+
run: |
44+
cargo run --manifest-path=protocols/v2/framing-sv2/Cargo.toml --example sv2_frame
45+
4246
- name: interop-test
4347
run: |
4448
if [ ${{ matrix.os }} == "ubuntu-latest" ]; then

0 commit comments

Comments
 (0)