Skip to content

Config safety checks and cleanup #211

Config safety checks and cleanup

Config safety checks and cleanup #211

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
jobs:
build_ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make
build_macos:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: make
run: make
- name: unit-tests
run: make t
- name: fuzz-tests
run: make f