Skip to content

Relax tonic version requirements #89

Relax tonic version requirements

Relax tonic version requirements #89

Workflow file for this run

name: BVT
on: [pull_request]
jobs:
bvt:
name: BVT
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: |
rustup target add x86_64-unknown-linux-musl
rustup component add rustfmt clippy
- name: Format Check
run: make fmt
- name: Clippy Check
run: make clippy
- name: Build
run: make tokio_vsock
- name: Build test_server
run: make test_server