Skip to content

Update README.MD

Update README.MD #148

Workflow file for this run

name: CI
on: [push]
jobs:
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