ci: add assertion disable config to reduce test_utils_psram size

Added CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y in
test_utils_psram configs to reduce size
This commit is contained in:
Armando 2022-11-03 18:27:01 +08:00
parent 4564f6cc4b
commit 293f6ed34a

View File

@ -4,3 +4,4 @@ CONFIG_IDF_TARGET="esp32"
TEST_COMPONENTS=test_utils
CONFIG_ESP_IPC_TASK_STACK_SIZE=3072
CONFIG_SPIRAM=y
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y