workflows: enable Mbed TLS based EC backend tests

Enable sig-ecdsa-mbedtls and enc-ec256-mbedtls simulator tests.

Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
Fabio Utzig 2021-05-06 20:00:08 -03:00 committed by Fabio Utzig
parent 6c553d6741
commit c932b32ab0
1 changed files with 1 additions and 4 deletions

View File

@ -26,10 +26,7 @@ jobs:
- "sig-ecdsa-mbedtls enc-kw validate-primary-slot"
- "sig-rsa validate-primary-slot overwrite-only large-write"
- "sig-ecdsa enc-ec256 validate-primary-slot"
# ecdsa-mbedtls and enc-ec256 are not currently supported
# together, as the ec256 code requires only one backend be
# active.
# - "sig-ecdsa-mbedtls enc-ec256 validate-primary-slot"
- "sig-ecdsa-mbedtls enc-ec256-mbedtls validate-primary-slot"
- "sig-rsa validate-primary-slot overwrite-only downgrade-prevention"
runs-on: ubuntu-latest
env: