Skip to content

Adjust handshake initiation ttl #7

Adjust handshake initiation ttl

Adjust handshake initiation ttl #7

Workflow file for this run

name: Tests
on:
push:
pull_request:
workflow_call:
jobs:
test:
name: Run Tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Build and Test
run: |
go test -race ./...