Skip to content

Commit e66f0ab

Browse files
committed
Adding vector CI task
1 parent 0f0bd3b commit e66f0ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
command: idf.py -DIDF_TARGET=esp32s3 -DTEST_STRING=1 size -l
3333
target: esp32s3
3434
path: "."
35+
- name: using <vector>
36+
uses: espressif/esp-idf-ci-action@v1
37+
with:
38+
esp_idf_version: v5.4
39+
command: idf.py -DIDF_TARGET=esp32s3 -DTEST_VECTOR=1 size -l
40+
target: esp32s3
41+
path: "."
3542
- name: using <iostream>
3643
uses: espressif/esp-idf-ci-action@v1
3744
with:

0 commit comments

Comments
 (0)