Skip to content

chore: updates and fixes #85

chore: updates and fixes

chore: updates and fixes #85

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
- uses: actions/checkout@v3
- run: go test ./...