Skip to content

implement tcp, quic #10

implement tcp, quic

implement tcp, quic #10

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install capnproto
- run: cargo fmt
- run: cargo clippy
- run: cargo test