Skip to content

feat: add Buffer method for convenient io.Reader/io.Writer usage #7

feat: add Buffer method for convenient io.Reader/io.Writer usage

feat: add Buffer method for convenient io.Reader/io.Writer usage #7

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Configuring environment
uses: actions/setup-go@v4
with:
go-version: ^1.22.5
- name: Cloning repository
uses: actions/checkout@v4
- name: Run all nine tests
run: go test ./... --race -cover