mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-14 18:15:34 +00:00
Enforce classic ESP32 memory budgets and safe image merging
This commit is contained in:
@@ -27,6 +27,9 @@ jobs:
|
||||
- name: Run Unit Tests
|
||||
run: pio test -e native -e native_kiss_modem -vv
|
||||
|
||||
- name: Verify ESP32 static DRAM budget
|
||||
run: python3 -B test/test_esp32_dram.py
|
||||
|
||||
- name: Verify nRF52 UF2-reset CLI coverage
|
||||
run: python3 -B test/test_nrf52_uf2reset_cli.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user