Skip to content

Implement watch mode in runner #143

Implement watch mode in runner

Implement watch mode in runner #143

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