Skip to content

Tests fixed

Tests fixed #45

Workflow file for this run

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