mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-23 12:50:18 +08:00
Run inference tests on 3090
This commit is contained in:
parent
b4998009b0
commit
fefcfaa2e4
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -66,6 +66,9 @@ jobs:
|
|||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
pytest -v tests/unit
|
pytest -v tests/unit
|
||||||
|
- name: Run inference tests
|
||||||
|
run: |
|
||||||
|
pytest -v tests/inference
|
||||||
build_and_execute_amd:
|
build_and_execute_amd:
|
||||||
environment: "Testing"
|
environment: "Testing"
|
||||||
name: ${{ matrix.runner.friendly_name }}
|
name: ${{ matrix.runner.friendly_name }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user