Skip to content

feat(logging): Replace Text logger with JSON (#20) #96

feat(logging): Replace Text logger with JSON (#20)

feat(logging): Replace Text logger with JSON (#20) #96

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Test
run: "go test -v ."
- name: Build
run: "go build -v ."