Skip to content

bubbling reg middlewares for extra huma instances #6

bubbling reg middlewares for extra huma instances

bubbling reg middlewares for extra huma instances #6

Workflow file for this run

name: test
on:
push:
branches:
- "**"
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: go mod download
- run: go test -vet=all -race ./...