Skip to content

Fix tests in light of default help handler #6

Fix tests in light of default help handler

Fix tests in light of default help handler #6

Workflow file for this run

name: ci
on: [push]
jobs:
make:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: "^1.21"
- name: test & lint
run: make test lint