libsodium: Enables UTs for ESP32-S2 & C3

This commit is contained in:
KonstantinKondrashov
2021-02-25 05:21:05 +08:00
committed by bot
parent e290d1ff41
commit e29b99f1a5
5 changed files with 21 additions and 6 deletions

View File

@@ -549,9 +549,16 @@ UT_046:
- ESP32_IDF
- UT_T1_GPIO
UT_047:
extends: .unit_test_esp32s2_template
parallel: 2
tags:
- ESP32S2_IDF
- UT_T1_1
UT_C3:
extends: .unit_test_esp32c3_template
parallel: 29
parallel: 30
tags:
- ESP32C3_IDF
- UT_T1_1