Skip to content

feat: a simple TLS fragmentation in addition to TCP split #29

feat: a simple TLS fragmentation in addition to TCP split

feat: a simple TLS fragmentation in addition to TCP split #29

Workflow file for this run

name: Go Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: '${{ github.workspace }}/go.mod'
- name: Unit Test
run: go test -v -race ./...