💚 跳过不需要测试的pytest tag

This commit is contained in:
Azide 2024-03-29 12:08:59 +08:00 committed by felinae98
parent cc8c39f4d1
commit 6cceb07a33

View File

@ -58,4 +58,4 @@ jobs:
run: poetry add pydantic@^1.10 && poetry install
- name: Run Pytest
run: poetry run pytest -n auto
run: poetry run pytest -k 'not compare and not render' -n auto