Skip to content

Remove arbitrary RMT preamble limit #20

Remove arbitrary RMT preamble limit

Remove arbitrary RMT preamble limit #20

Workflow file for this run

name: tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
x86_64-pc-linux-gnu-gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git fetch --unshallow --tags
- run: cmake -Bbuild
env:
CC: gcc-12
CXX: g++-12
- run: cmake --build build --target DCCTests
- run: ctest --test-dir build --schedule-random