Skip to content

adding context and statistics #134

adding context and statistics

adding context and statistics #134

Workflow file for this run

name: Go package
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Build
run: make build
- name: Test
run: make test