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"]'