Skip to content

Skip unfocused tests in suites with focused tests #120

Skip unfocused tests in suites with focused tests

Skip unfocused tests in suites with focused tests #120

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