Skip to content

Some cleanup

Some cleanup #24

Workflow file for this run

name: Test all days
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
- name: Run test
run: make testall