From ddaee42650e394cd6fb906e38d0d284c4cfb9813 Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Fri, 13 Jun 2025 01:04:08 -0700 Subject: [PATCH] test: Update integration-tests.yml (#2443) Added `vector_io` to the CI integration tests. --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 7aa8b5807..210a0e95b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -24,7 +24,7 @@ jobs: matrix: # Listing tests manually since some of them currently fail # TODO: generate matrix list from tests/integration when fixed - test-type: [agents, inference, datasets, inspect, scoring, post_training, providers, tool_runtime] + test-type: [agents, inference, datasets, inspect, scoring, post_training, providers, tool_runtime, vector_io] client-type: [library, http] python-version: ["3.10", "3.11", "3.12"] fail-fast: false # we want to run all tests regardless of failure