Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ubuntu-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/windows-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down
Loading