Enable tests for ESP32P4
This commit is contained in:
parent
03bfa52d49
commit
f668557b54
1 changed files with 1 additions and 1 deletions
2
.github/scripts/tests_matrix.sh
vendored
2
.github/scripts/tests_matrix.sh
vendored
|
|
@ -12,7 +12,7 @@ if [[ $IS_PR != 'true' ]] || [[ $PERFORMANCE_ENABLED == 'true' ]]; then
|
|||
#qemu_types+=",'performance'"
|
||||
fi
|
||||
|
||||
targets="'esp32','esp32s2','esp32s3','esp32c3','esp32c6','esp32h2'"
|
||||
targets="'esp32','esp32s2','esp32s3','esp32c3','esp32c6','esp32h2','esp32p4'"
|
||||
|
||||
mkdir -p info
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue