Skip to content

feat: surface the flush-failure cause in the retry log (#26) #29

feat: surface the flush-failure cause in the retry log (#26)

feat: surface the flush-failure cause in the retry log (#26) #29

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.25"
- run: go test ./...
- run: go vet ./...