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