Skip to content

Emit bytes written while streaming to log #12

Emit bytes written while streaming to log

Emit bytes written while streaming to log #12

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Install dependencies
run: make setup
- name: Run tests
run: make test