Skip to content

Logging refactoring #15

Logging refactoring

Logging refactoring #15

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.5
- name: Install dependencies
run: go get .
- name: Run tests
run: make test