mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-15 02:25:35 +00:00
Gate every firmware build on runtime RAM and share nRF52 mOTA storage
This commit is contained in:
@@ -41,8 +41,10 @@ jobs:
|
||||
- name: Verify nRF52 UF2-reset CLI coverage
|
||||
run: python3 -B test/test_nrf52_uf2reset_cli.py
|
||||
|
||||
- name: Verify T096 Full memory and nRF52 Bluetooth startup
|
||||
- name: Verify firmware memory budgets and nRF52 Bluetooth startup
|
||||
run: |
|
||||
python3 -B test/test_firmware_ram.py
|
||||
python3 -B test/test_cascade_release_package.py
|
||||
python3 -B test/test_t096_full_memory.py
|
||||
python3 -B test/test_nrf52_ble_startup.py
|
||||
python3 -B test/test_shared_mota_queue.py
|
||||
|
||||
Reference in New Issue
Block a user