Skip to content

Handle apteryx_set_tree / apteryx_prune / apteryx_watch_tree as a tree #138

Handle apteryx_set_tree / apteryx_prune / apteryx_watch_tree as a tree

Handle apteryx_set_tree / apteryx_prune / apteryx_watch_tree as a tree #138

Workflow file for this run

name: Run unit tests
on:
push:
branches: [ "master" ]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install -y libcunit1-dev liblua5.3-dev lcov
- name: Build
run: make
- name: Run tests
run: make test