ci: build and test only modified components related test cases

This commit is contained in:
Fu Hanxi
2023-05-24 10:53:57 +08:00
parent 2cbcafc4d3
commit 22e2738f78
12 changed files with 274 additions and 100 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ python_files = pytest_*.py
# ignore PytestExperimentalApiWarning for record_xml_attribute
# set traceback to "short" to prevent the overwhelming tracebacks
addopts =
-s
-s -vv
--embedded-services esp,idf
--tb short
--strict-markers