Skip to content

Added release notes in documentation #190

Added release notes in documentation

Added release notes in documentation #190

Workflow file for this run

name: Mac OSX CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: make test
run: |
cmake -S . -B build -D BUILD_TESTING=On
cmake --build build
- name: run tests
run: |
./build/tests/tests