ci: misc fixes for newlib test app

Enabled additional tests for C2, added config for testing with newlib nano
as well as cleaned up old configs
This commit is contained in:
Marius Vikhammer
2023-05-09 10:24:43 +08:00
parent 75d00928f5
commit 1590fbd31c
7 changed files with 33 additions and 35 deletions

View File

@@ -10,8 +10,8 @@ from pytest_embedded import Dut
'config',
[
pytest.param('default', marks=[pytest.mark.supported_targets]),
pytest.param('options', marks=[pytest.mark.supported_targets]),
pytest.param('single_core_esp32', marks=[pytest.mark.esp32]),
pytest.param('single_core_esp32s2', marks=[pytest.mark.esp32s2]),
pytest.param('psram_esp32', marks=[pytest.mark.esp32]),
pytest.param('release_esp32', marks=[pytest.mark.esp32]),
pytest.param('release_esp32c2', marks=[pytest.mark.esp32c2]),