Skip to content

fixed sending unexpected error on read deadline exceeding #207

fixed sending unexpected error on read deadline exceeding

fixed sending unexpected error on read deadline exceeding #207

name: Build & Test
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
- workflow/ci
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5.0.0
with:
go-version: '1.20'
- name: Run tests
run: go test -race ./...