Skip to content

Minor tweaks to new Logger #87

Minor tweaks to new Logger

Minor tweaks to new Logger #87

Workflow file for this run

name: C++ Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: make test
run: make test