Skip to content

Fix OutboundType alias after API type regeneration #12

Fix OutboundType alias after API type regeneration

Fix OutboundType alias after API type regeneration #12

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