Skip to content

feat: make connection shutdown async #248

feat: make connection shutdown async

feat: make connection shutdown async #248

Workflow file for this run

name: pr
on:
pull_request:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.20.x
- run: |
make test
build-test-program:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.20.x
- run: |
make