Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

feat(dlq): store dlq information in entropy labels #709

feat(dlq): store dlq information in entropy labels

feat(dlq): store dlq information in entropy labels #709

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.20"
- name: run tests
run: make test