Skip to content

feat: increase Drain tree depth from 4 to 30 #40

feat: increase Drain tree depth from 4 to 30

feat: increase Drain tree depth from 4 to 30 #40

Workflow file for this run

name: Unit Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run unit tests
run: go test ./pkg/...