Skip to content

Fixed tests

Fixed tests #15

Workflow file for this run

name: Run tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '>=1.20.0'
- run: go test -v ./...