Run inference tests on 3090

This commit is contained in:
doctorpangloss 2025-10-21 15:21:02 -07:00
parent b4998009b0
commit fefcfaa2e4

View File

@ -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 }}