Skip to content

Update README

Update README #169

Workflow file for this run

name: CI
on: [push]
jobs:
cpp-tests:
strategy:
matrix:
os: [ubuntu-latest, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
- name: Install dependencies
run: pip install quom
- name: Build cest header
run: make build-cest
- name: Build all
run: cd build && cmake .. && make -j 8
- name: Run tests
run: cd build && ./cest-runner