Skip to content

Remove macros in it,xit and pre-post conditions #156

Remove macros in it,xit and pre-post conditions

Remove macros in it,xit and pre-post conditions #156

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