Skip to content

Allow upserts of default schema #123

Allow upserts of default schema

Allow upserts of default schema #123

Workflow file for this run

on: push
name: Build and Test
jobs:
goBuild:
name: go build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: go build
uses: docker://golang:1.14
with:
entrypoint: go
args: build ./...
- name: go test
uses: docker://golang:1.14
with:
entrypoint: go
args: test -cover -race ./...