Skip to content

Add Not operator for expects #145

Add Not operator for expects

Add Not operator for expects #145

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