Skip to content

feaT: more work (#32) #82

feaT: more work (#32)

feaT: more work (#32) #82

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '^1.22'
- name: Run tests
run: go test -v ./...