Skip to content

Added Mac address whitelist on switch ports #1

Added Mac address whitelist on switch ports

Added Mac address whitelist on switch ports #1

Workflow file for this run

name: test
on:
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
cache: false
- name: test
run: go test -v ./...k