Skip to content

fix: call OnDiscard exactly once per item on encode failure #2

fix: call OnDiscard exactly once per item on encode failure

fix: call OnDiscard exactly once per item on encode failure #2

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.25"
- run: go test ./...
- run: go vet ./...