Skip to content

Close connection when received malformed packets #43

Close connection when received malformed packets

Close connection when received malformed packets #43

Workflow file for this run

name: develop
on:
pull_request:
push:
jobs:
develop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Make
run: ./cmd/develop.sh
- name: Test
run: go test -v -p 1 ./...