Fix sync stall, C++17 compat, cppcheck shadow, and gate sync tests behind some CI checks

This commit is contained in:
Matt Hess
2026-02-19 01:42:21 +00:00
parent fedf09caa2
commit 7eac7d4542
8 changed files with 49 additions and 19 deletions

View File

@@ -14,7 +14,17 @@ on:
workflow_dispatch:
jobs:
clang-tidy:
uses: ./.github/workflows/clang-tidy.yml
cppcheck:
uses: ./.github/workflows/cppcheck.yml
c-cpp-ci:
uses: ./.github/workflows/c-cpp.yml
sync-test-macos:
needs: [clang-tidy, cppcheck, c-cpp-ci]
timeout-minutes: 120
runs-on: ${{ matrix.config.os }}