Skip to content

feat: hide docstrings in completion by default (#139) #284

feat: hide docstrings in completion by default (#139)

feat: hide docstrings in completion by default (#139) #284

Workflow file for this run

name: go test
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.22
- run: go test ./... -bench=. -benchmem