Skip to content

MTU fixes/improvements #134

MTU fixes/improvements

MTU fixes/improvements #134

Workflow file for this run

name: Build & Test
on:
push:
branches: [ wizards ]
pull_request:
branches: [ wizards ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Test
run: dotnet test --configuration Release -v n