Skip to content

🥕 logging: switch back to upstream tint #213

🥕 logging: switch back to upstream tint

🥕 logging: switch back to upstream tint #213

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
paths-ignore:
- 'README.md'
- 'LICENSE'
pull_request:
paths-ignore:
- 'README.md'
- 'LICENSE'
jobs:
test:
name: Test
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Test
run: go test -v -benchmem -bench . ./...