mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +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: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install .[dev]
|
||||
- name: Run tests
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
pytest tests/
|
||||
pytest tests/unit
|
||||
Loading…
Reference in New Issue
Block a user