Add async tests to CI

This commit is contained in:
Jacob Segal 2025-07-08 00:39:03 -07:00
parent bd78a3455f
commit 13645f59b1

View File

@ -31,4 +31,5 @@ jobs:
- name: Run Execution Model Tests - name: Run Execution Model Tests
run: | run: |
python -m pytest tests/inference/test_execution.py python -m pytest tests/inference/test_execution.py
python -m pytest tests/inference/test_async_nodes.py