Skip to content

feat: Add supports for vDPA interface #386

feat: Add supports for vDPA interface

feat: Add supports for vDPA interface #386

Workflow file for this run

name: build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.19.3
- run: make test
- uses: codecov/codecov-action@v2