From ccd4b14416d6511e221fbd99f0deec71e9c9c362 Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Fri, 12 Jun 2026 16:27:16 +0200 Subject: [PATCH] Add Memory Profiling workflow --- .github/workflows/build_and_functional_tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build_and_functional_tests.yml b/.github/workflows/build_and_functional_tests.yml index 696f27c..845760f 100644 --- a/.github/workflows/build_and_functional_tests.yml +++ b/.github/workflows/build_and_functional_tests.yml @@ -41,3 +41,9 @@ jobs: with: download_app_binaries_artifact: "compiled_app_binaries" regenerate_snapshots: ${{ inputs.golden_run == 'Open a PR' }} + + memory_tests: + name: Memory profiling tests using the reusable workflow + uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_memory_profiling.yml@v1 + with: + run_for_devices: '["nanox"]'