mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 03:31:59 +00:00
fixes and enable tool_runtime tests
This commit is contained in:
parent
9f7ed4be43
commit
bc7901e3bd
4 changed files with 38 additions and 7 deletions
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue