Skip to content

Makefile: Fix broken integration target on macOS. (#86) #83

Makefile: Fix broken integration target on macOS. (#86)

Makefile: Fix broken integration target on macOS. (#86) #83

Workflow file for this run

name: Go
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.1
- name: build
run: make build
- name: test
run: make test