Skip to content

Merge pull request #11 from pjbgf-forks/fixes #32

Merge pull request #11 from pjbgf-forks/fixes

Merge pull request #11 from pjbgf-forks/fixes #32

Workflow file for this run

name: Tests
on:
push:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- run: make test
- run: make verify