Skip to content

fix(openapi): description should drop openapi annotate #159

fix(openapi): description should drop openapi annotate

fix(openapi): description should drop openapi annotate #159

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
GOEXPERIMENT: "rangefunc"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.22'
- run: make test.race