Skip to content

renamed OnListenerStart callback to OnBind internally, too #218

renamed OnListenerStart callback to OnBind internally, too

renamed OnListenerStart callback to OnBind internally, too #218

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/[email protected]
with:
go-version: '1.20'
- name: Run tests
run: go test -race ./...