Skip to content

fix bug where processing both 1. an ack to an end packet and 2. an en… #715

fix bug where processing both 1. an ack to an end packet and 2. an en…

fix bug where processing both 1. an ack to an end packet and 2. an en… #715

Workflow file for this run

name: Build Status (CMake)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: cmake -S . -B build
- run: cmake --build build
- run: ctest --verbose --build-config Debug
working-directory: build/test