ci: enable target tests for ESP32-C2

reduce parallel num of unused jobs
This commit is contained in:
Michael (XIAO Xufeng)
2022-05-20 02:42:46 +08:00
committed by morris
parent 17a688749a
commit b9f37be868
9 changed files with 143 additions and 68 deletions

View File

@@ -126,6 +126,7 @@ class UnitTestGroup(IDFCaseGroup):
'esp32': 'ESP32DUT',
'esp32s2': 'ESP32S2DUT',
'esp32s3': 'ESP32S3DUT',
'esp32c2': 'ESP32C2DUT',
'esp32c3': 'ESP32C3DUT',
'esp8266': 'ESP8266DUT',
}