Commit fb40f0c5 authored by David Brown's avatar David Brown Committed by David Brown
Browse files

ci: Add workflow tests for direct-xip and ram-load



Although there are no tests for these cases, the configurations now are
built.  Enabling them in CI will ensure they continue to build.

Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent 11ffa0a5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ jobs:
        - "sig-ecdsa-mbedtls enc-ec256-mbedtls validate-primary-slot"
        - "sig-ecdsa-mbedtls enc-aes256-ec256 validate-primary-slot"
        - "sig-rsa validate-primary-slot overwrite-only downgrade-prevention"
        - "sig-rsa validate-primary-slot ram-load"
        - "sig-rsa validate-primary-slot direct-xip"
    runs-on: ubuntu-latest
    env:
      MULTI_FEATURES: ${{ matrix.features }}