Skip to content

Allow SqlType to parse "CHARACTER" and add tests for every other possible type that could be passed in. #924

Allow SqlType to parse "CHARACTER" and add tests for every other possible type that could be passed in.

Allow SqlType to parse "CHARACTER" and add tests for every other possible type that could be passed in. #924

Workflow file for this run

name: unit_race
on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Check out code
uses: actions/checkout@v3
- name: Get dependencies
run: |
go mod download
- name: unit_race
run: |
go test -race ./go/...