kopia lustrzana https://github.com/espressif/esp-idf
10 wiersze
317 B
YAML
10 wiersze
317 B
YAML
components/spiffs/host_test:
|
|
enable:
|
|
- if: IDF_TARGET == "linux"
|
|
reason: only test on linux
|
|
|
|
components/spiffs/test_apps:
|
|
disable_test:
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
|
reason: These chips should be sufficient for test coverage (Xtensa and RISC-V, single and dual core)
|