Skip to content

Improve comment/doc for pg_dump_options config #257

Improve comment/doc for pg_dump_options config

Improve comment/doc for pg_dump_options config #257

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
unit:
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu, windows, macos]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ">=1.24"
- name: Build
run: go build -v .
- name: Test
run: go test .