Skip to content

Dynamic MTU: fix some size computation #55

Dynamic MTU: fix some size computation

Dynamic MTU: fix some size computation #55

Workflow file for this run

name: Build example
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make example
run: make
working-directory: example
- name: make test
run: make
working-directory: test