Skip to content

Search for tests in directory passed in argv #135

Search for tests in directory passed in argv

Search for tests in directory passed in argv #135

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