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