Skip to content

perf: enable shallow replication #15615

perf: enable shallow replication

perf: enable shallow replication #15615

Workflow file for this run

name: check-tests
on: pull_request
jobs:
check-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: '1.22'
- run: |
E2E_TEST=true
export E2E_TEST
make test
name: Unit Test