Skip to content

adds more structured logging #30

adds more structured logging

adds more structured logging #30

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test the Binary
run: make test