Skip to content

Run cest-runner tests in CI #129

Run cest-runner tests in CI

Run cest-runner tests in CI #129

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
- name: Build and run C++ tests
run: make all
- name: Run cest-runner tests
run: make runner-tests