Skip to content

Unify edit-form actions and harden outbound/list/general config handling #7

Unify edit-form actions and harden outbound/list/general config handling

Unify edit-form actions and harden outbound/list/general config handling #7

Workflow file for this run

name: Run tests
on:
push:
branches: ['**']
pull_request:
workflow_dispatch:
jobs:
test:
name: Native doctest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
submodules: recursive
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
cmake \
g++ \
pkg-config \
libcurl4-openssl-dev \
libnl-3-dev \
libnl-route-3-dev
- name: Run doctest
run: make test