Skip to content

fix: single status line for one stream (#43) #272

fix: single status line for one stream (#43)

fix: single status line for one stream (#43) #272

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- "main"
jobs:
build_and_run_tests:
runs-on: "${{ matrix.os }}"
strategy:
matrix:
go: [ "1.20.2" ]
os: [ "ubuntu-22.04", "windows-2019", "macos-12" ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "${{ matrix.go }}"
cache: true
- run: go build -v ./...
- run: go test -race -v ./...