ci: use adc dedicated test runners for adc tests

This commit is contained in:
Armando
2022-09-13 11:35:13 +08:00
committed by Armando (Dou Yiwen)
parent 4f1a9e436e
commit eee5085281
4 changed files with 44 additions and 3 deletions

View File

@@ -7,10 +7,10 @@ from pytest_embedded import Dut
@pytest.mark.esp32
@pytest.mark.esp32s2
@pytest.mark.esp32c3
@pytest.mark.esp32s3
@pytest.mark.esp32c3
@pytest.mark.esp32c2
@pytest.mark.generic
@pytest.mark.adc
@pytest.mark.parametrize('config', [
'iram_safe',
'release',