From 7ecffd4e26d74feb27753568d33f9c8fa9f9adb0 Mon Sep 17 00:00:00 2001 From: Roland Mikhel Date: Thu, 20 Apr 2023 16:56:18 +0200 Subject: [PATCH] ci: Add new variations for ram-load Adds new test combinations to the CI to test the ram-load feature more thoroughly. Signed-off-by: Roland Mikhel Change-Id: I56d6f74af55ed078947c092726160b123d36f67f --- .github/workflows/sim.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sim.yaml b/.github/workflows/sim.yaml index b1849b55..79765fbd 100644 --- a/.github/workflows/sim.yaml +++ b/.github/workflows/sim.yaml @@ -44,6 +44,8 @@ jobs: - "sig-rsa validate-primary-slot ram-load multiimage" - "sig-rsa validate-primary-slot direct-xip multiimage" - "sig-ecdsa hw-rollback-protection multiimage" + - "ram-load enc-aes256-kw multiimage" + - "ram-load enc-aes256-kw sig-ecdsa-mbedtls multiimage" runs-on: ubuntu-latest env: MULTI_FEATURES: ${{ matrix.features }}