Skip to content

Refactor arg parser #164

Refactor arg parser

Refactor arg parser #164

Workflow file for this run

name: CI
on: [push]
jobs:
ubuntu-cpp-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install dependencies
run: pip install quom && sudo apt-get install -y ninja-build
- name: Run all tests
run: make test
macos-cpp-tests:
runs-on: macos-14
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