From 996b652d19b698f7a11da76f3c7129de44f791ec 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sim.yaml b/.github/workflows/sim.yaml index 4c15563c03..d9ded3ef8d 100644 --- a/.github/workflows/sim.yaml +++ b/.github/workflows/sim.yaml @@ -43,6 +43,10 @@ jobs: - "sig-rsa validate-primary-slot direct-xip" - "sig-rsa validate-primary-slot ram-load multiimage" - "sig-rsa validate-primary-slot direct-xip multiimage" + - "ram-load enc-aes256-kw multiimage" + - "ram-load enc-aes256-kw sig-ecdsa-mbedtls multiimage" + - "ram-load enc-aes256-ec256 multiimage" + - "ram-load enc-aes256-x25519 multiimage" runs-on: ubuntu-latest env: MULTI_FEATURES: ${{ matrix.features }}