diff --git a/.github/workflows/ubuntu-smoke.yml b/.github/workflows/ubuntu-smoke.yml index f28ee05..0e2353d 100644 --- a/.github/workflows/ubuntu-smoke.yml +++ b/.github/workflows/ubuntu-smoke.yml @@ -140,6 +140,12 @@ jobs: - name: Run protocol_v1_named_pipe_bridge_smoke run: ./build-linux/protocol_v1_named_pipe_bridge_smoke --self-test + - name: Build telegram_archive_parser_smoke + run: cmake --build build-linux --target telegram_archive_parser_smoke -j + + - name: Run telegram_archive_parser_smoke + run: ./build-linux/telegram_archive_parser_smoke + - name: Build market_data_subscription_contract_test run: cmake --build build-linux --target market_data_subscription_contract_test -j diff --git a/.github/workflows/windows-smoke.yml b/.github/workflows/windows-smoke.yml index 58a5475..d6aa60e 100644 --- a/.github/workflows/windows-smoke.yml +++ b/.github/workflows/windows-smoke.yml @@ -71,6 +71,9 @@ jobs: - name: Build Bridge Protocol v1 named-pipe smoke example run: cmake --build build-windows --config Debug --target protocol_v1_named_pipe_bridge_smoke + - name: Build Telegram archive parser smoke example + run: cmake --build build-windows --config Debug --target telegram_archive_parser_smoke + - name: Run MetaTrader file tests shell: pwsh run: | @@ -92,6 +95,7 @@ jobs: .\build-windows\Debug\named_pipe_bridge_smoke.exe --self-test .\build-windows\Debug\protocol_v1_bridge_smoke.exe --self-test .\build-windows\Debug\protocol_v1_named_pipe_bridge_smoke.exe --self-test + .\build-windows\Debug\telegram_archive_parser_smoke.exe - name: Test MetaEditor compile smoke script shell: pwsh