Skip to content

feat: add bulk read path for backfill and incremental sync DB2 #4356

feat: add bulk read path for backfill and incremental sync DB2

feat: add bulk read path for backfill and incremental sync DB2 #4356

Workflow file for this run

name: Unit Tests
on:
push:
pull_request:
jobs:
unit-tests:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Install Dependencies
run: go mod download
- name: Run All Unit Tests
run: go test -v ./...