Skip to content

feat: implement TCP-endpoint-based throttling #104

feat: implement TCP-endpoint-based throttling

feat: implement TCP-endpoint-based throttling #104

Workflow file for this run

name: racedetector
on:
pull_request:
push:
branches:
- "main"
jobs:
coverage:
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v4
with:
go-versionfile: "1.20"
- uses: actions/checkout@v3
- run: go test -race .