Skip to content

fixes

fixes #20

Workflow file for this run

name: Test Go Package
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test Go package
run: make test