mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 15:20:51 +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
|
||||
run: |
|
||||
pytest -v tests/unit
|
||||
- name: Run inference tests
|
||||
run: |
|
||||
pytest -v tests/inference
|
||||
build_and_execute_amd:
|
||||
environment: "Testing"
|
||||
name: ${{ matrix.runner.friendly_name }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user