Skip to content

Commit 2e1dc7f

Browse files
committed
re-enable espressif ci
1 parent 00b57aa commit 2e1dc7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_set_matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def set_matrix_json():
1818
if b.is_dir():
1919
matrix[p.name]['board'].append(b.name)
2020
# For quick testing by only build 1 espressif board
21-
if p.name == 'espressif':
22-
break
21+
# if p.name == 'espressif':
22+
# break
2323
print(json.dumps(matrix))
2424

2525

0 commit comments

Comments
 (0)