Skip to content

Do not send nil packets for unhandled L4 protocols #33

Do not send nil packets for unhandled L4 protocols

Do not send nil packets for unhandled L4 protocols #33

Workflow file for this run

name: Simple CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: './go.mod'
- name: Download dependencies
run: go mod download
- name: Run the tests
run: go test -v -race ./...