Skip to content

Fix in passthroughpacketizer to allow connection without destination … #150

Fix in passthroughpacketizer to allow connection without destination …

Fix in passthroughpacketizer to allow connection without destination … #150

Workflow file for this run

name: Workflow
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
name: Build and test
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: recursive
- name: Run CMake
run: cmake .
- name: Build
run: make
- name: Run tests
run: ctest -V