Skip to content

tpcc: Handle Rows.Err after Rows.Next (#201) #396

tpcc: Handle Rows.Err after Rows.Next (#201)

tpcc: Handle Rows.Err after Rows.Next (#201) #396

Workflow file for this run

name: "workflow"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.25.x
- uses: actions/checkout@v2
- name: "format"
run: make format
- name: "test"
run: make test
- name: "build"
run: make build