Skip to content

feat: add compat test action (#102) #1

feat: add compat test action (#102)

feat: add compat test action (#102) #1

Workflow file for this run

name: Go Build
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.23.1
- name: Run compat tests
run: make --file=config/Makefile.base --trace test-self