Skip to content

add tcp bench beta version and fix some bug #31

add tcp bench beta version and fix some bug

add tcp bench beta version and fix some bug #31

Workflow file for this run

name: Go1.18
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.18'
- name: Build
run: go mod tidy && go build .
- name: Test
run: go build . && go test -v .