Skip to content

Add test directory

Add test directory #1

Workflow file for this run

# .github/workflows/tests.yml
name: tests
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run Tests