Skip to content

Fix x86 tests

Fix x86 tests #37

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
- run: cmake --build build --parallel --target DCCEXProtocolTests
- run: ./build/tests/DCCEXProtocolTests --gtest_shuffle