Skip to content

Document passing trino.Numeric to queries #318

Document passing trino.Numeric to queries

Document passing trino.Numeric to queries #318

Workflow file for this run

name: ci
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go: ['>=1.18', '1.14']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go test -v -race -timeout 1m ./...