Skip to content

chore: update Makefile #128

chore: update Makefile

chore: update Makefile #128

Workflow file for this run

name: build-and-test
on: ["push", "pull_request"]
jobs:
build-and-test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- run: go test