Skip to content

Add custom error logging #113

Add custom error logging

Add custom error logging #113

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_14.2.0.app
- name: Run tests
run: make test
- name: Verify builds
run: make ci_build