Skip to content

fix: use a singular row count for single-row results #5

fix: use a singular row count for single-row results

fix: use a singular row count for single-row results #5

Workflow file for this run

name: CI
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-file: go.mod
- name: Vet
run: go vet ./...
- name: Test (race)
run: go test -race ./...