mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-21 23:41:28 +08:00
Run unit tests on GitHub
This commit is contained in:
@@ -25,6 +25,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install .[dev]
|
pip install .[dev]
|
||||||
- name: Run tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
pytest tests/
|
pytest tests/unit
|
||||||
Reference in New Issue
Block a user