fixes and enable tool_runtime tests

This commit is contained in:
Ashwin Bharambe 2025-05-24 07:27:53 -07:00
parent 9f7ed4be43
commit bc7901e3bd
4 changed files with 38 additions and 7 deletions

View file

@ -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]
test-type: [agents, inference, datasets, inspect, scoring, post_training, providers, tool_runtime]
client-type: [library, http]
fail-fast: false # we want to run all tests regardless of failure