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: David Brown <david.brown@linaro.org>
This commit is contained in:
David Brown 2021-05-26 17:13:34 -06:00 committed by David Brown
parent 11ffa0a56b
commit fb40f0c5f5
1 changed files with 2 additions and 0 deletions

View File

@ -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 }}