Skip to content

ignore error when sending on a CLOSE to a closed connection. #916

ignore error when sending on a CLOSE to a closed connection.

ignore error when sending on a CLOSE to a closed connection. #916

Workflow file for this run

name: test every commit
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- uses: extractions/setup-just@v1
- run: bun i
- run: just test
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- uses: extractions/setup-just@v1
- run: bun i
- run: just lint