Skip to content

we cannot test the default deadletter handling as there is no handlin… #235

we cannot test the default deadletter handling as there is no handlin…

we cannot test the default deadletter handling as there is no handlin… #235

Workflow file for this run

name: Go package
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Build
run: go build -v ./...
- name: Test
run: go test -v --race ./...