ci: add the forgotten xtal 40mhz tag for c2 example pytest

This commit is contained in:
laokaiyao 2022-07-29 11:32:05 +08:00
parent 0acae63317
commit 19486ad115

View File

@ -68,7 +68,7 @@ example_test_pytest_esp32c2_generic:
- .rules:test:example_test-esp32c2
needs:
- build_pytest_examples_esp32c2
tags: [ esp32c2, generic ]
tags: [ esp32c2, generic, xtal_40mhz ]
example_test_pytest_esp32c3_generic:
extends: