Skip to content

bugfix: (missing test) missing zstd compressor.Close() #40

bugfix: (missing test) missing zstd compressor.Close()

bugfix: (missing test) missing zstd compressor.Close() #40

Workflow file for this run

---
name: "Pull Request"
on:
pull_request:
branches:
- main
jobs:
test:
name: "Lint and test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Lint
run: make lint
- name: Test
run: make test