mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-26 06:10:15 +08:00
Run unit tests on GitHub
This commit is contained in:
parent
b0be335d59
commit
ac42a1aa1a
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user