Skip to content

Fix tests and simplify library description #24

Fix tests and simplify library description

Fix tests and simplify library description #24

Workflow file for this run

name: main
on:
push:
branches: [main]
tags: [v*]
pull_request:
branches: [main]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: make