Skip to content

fix: backport Huma v2 example pointer fix from #148 #398

fix: backport Huma v2 example pointer fix from #148

fix: backport Huma v2 example pointer fix from #148 #398

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Build & Test
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: "1.17"
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@v1