Skip to content

Improve logging and reasons (#71) #206

Improve logging and reasons (#71)

Improve logging and reasons (#71) #206

Workflow file for this run

name: Tests
on:
- pull_request
- push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Build
run: make all
- name: Test
run: make test