Skip to content

support reading from multiple tables using logical replication slots #289

support reading from multiple tables using logical replication slots

support reading from multiple tables using logical replication slots #289

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: Test
run: make test GOTEST_FLAGS="-v -count=1"