mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2025-12-08 21:44:33 +08:00
ACTUALLY skip timing checks in CI
This commit is contained in:
parent
98be8e1969
commit
e9db9554bd
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user