Skip to content

Clear buffer when full #27

Clear buffer when full

Clear buffer when full #27

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
x86_64-linux-gnu-gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- run: cmake -Bbuild
env:
CC: gcc-13
CXX: g++-13
- run: cmake --build build --parallel --target DCCEXProtocolTests
- run: ./build/tests/DCCEXProtocolTests --gtest_shuffle