Skip to content

add tests, version subcommand, makefile and GHA configs #1

add tests, version subcommand, makefile and GHA configs

add tests, version subcommand, makefile and GHA configs #1

Workflow file for this run

name: unit
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit tests
run: |
make unit