From 13645f59b143d32b477ae896608cf3f2f55fe040 Mon Sep 17 00:00:00 2001 From: Jacob Segal Date: Tue, 8 Jul 2025 00:39:03 -0700 Subject: [PATCH] Add async tests to CI --- .github/workflows/test-unit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index 853c72f4b..d262e43ec 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -31,4 +31,5 @@ jobs: - name: Run Execution Model Tests run: | python -m pytest tests/inference/test_execution.py + python -m pytest tests/inference/test_async_nodes.py