ci: Enable target tests for esp32c6

This commit is contained in:
Song Ruo Jing
2022-11-09 15:28:20 +08:00
parent 6a450c4113
commit 8efca13905
6 changed files with 119 additions and 1 deletions

View File

@@ -119,6 +119,7 @@ class UnitTestGroup(IDFCaseGroup):
'esp32s3': 'ESP32S3DUT',
'esp32c2': 'ESP32C2DUT',
'esp32c3': 'ESP32C3DUT',
'esp32c6': 'ESP32C6DUT',
'esp8266': 'ESP8266DUT',
}