mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-09 19:17:44 +00:00
ACTUALLY skip timing checks in CI
This commit is contained in:
2
.github/workflows/test-execution.yml
vendored
2
.github/workflows/test-execution.yml
vendored
@@ -27,4 +27,4 @@ jobs:
|
||||
pip install -r tests-unit/requirements.txt
|
||||
- name: Run Execution Tests
|
||||
run: |
|
||||
python -m pytest tests/execution -v
|
||||
python -m pytest tests/execution -v --skip-timing-checks
|
||||
|
Reference in New Issue
Block a user