Skip to content

👷 Fix to Postgres config to allow PGA4 #3

👷 Fix to Postgres config to allow PGA4

👷 Fix to Postgres config to allow PGA4 #3

Workflow file for this run

name: Unit Testing
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Run Go tests
run: go test ./...