Skip to content

Use strings.FieldsSeq in SQLOperationName #87

Use strings.FieldsSeq in SQLOperationName

Use strings.FieldsSeq in SQLOperationName #87

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Install dependencies
run: go mod tidy -diff
- name: Run tests
run: make test