feat(storage): Update build test rules for storage related components

This commit is contained in:
Tomáš Rohlínek
2023-12-11 08:32:21 +01:00
parent c276c36dfe
commit 092f5aff29
9 changed files with 67 additions and 13 deletions

View File

@@ -4,3 +4,6 @@ components/esp_partition/host_test/partition_api_test:
enable:
- if: IDF_TARGET == "linux"
reason: only test on linux
depends_components:
- spi_flash
- esp_partition