Skip to content

Destination - route records to topic based on metadata #86

Destination - route records to topic based on metadata

Destination - route records to topic based on metadata #86

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test-kafka:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test with Kafka
run: make test-kafka GOTEST_FLAGS="-v -count=1"
test-redpanda:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test with Redpanda
run: make test-redpanda GOTEST_FLAGS="-v -count=1"