Skip to content

customtype: add ability to register any custom type #89

customtype: add ability to register any custom type

customtype: add ability to register any custom type #89

Workflow file for this run

name: Go CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ^1
- run: go test ./...
- run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload code coverage
uses: codecov/codecov-action@v1
with:
file: ./coverage.txt