Skip to content

Preallocate buffer if possible #8

Preallocate buffer if possible

Preallocate buffer if possible #8

Workflow file for this run

---
name: 'Tests'
on:
push:
paths-ignore:
- '.editorconfig'
- '.gitignore'
- '.golangci.toml'
- 'CONTRIBUTING.md'
- 'LICENSE-3rdparty.csv'
- 'LICENSE.md'
- 'NOTICE'
- 'README.md'
- 'SUPPORT.md'
pull_request:
paths-ignore:
- '.editorconfig'
- '.gitignore'
- '.golangci.toml'
- 'CONTRIBUTING.md'
- 'LICENSE-3rdparty.csv'
- 'LICENSE.md'
- 'NOTICE'
- 'README.md'
- 'SUPPORT.md'
jobs:
test:
runs-on: 'ubuntu-latest'
name: 'Tests'
steps:
- uses: 'actions/checkout@v4'
- name: 'Setup Go environment'
uses: 'actions/setup-go@v4'
with:
go-version: '>=1.21.5'
- name: 'Run mock tests'
run: 'make test'