From 4a147cffc6218db9aba6084d96d94c0ff020c53f Mon Sep 17 00:00:00 2001 From: Woosuk Kwon Date: Sun, 20 Apr 2025 20:55:18 -0700 Subject: [PATCH] [CI/CD][V1] Add spec decode tests to CI Signed-off-by: Woosuk Kwon --- .buildkite/test-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index c4a54bfbcf5e..f41d15c2324e 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -205,6 +205,7 @@ steps: - pytest -v -s v1/sample - pytest -v -s v1/worker - pytest -v -s v1/structured_output + - pytest -v -s v1/spec_decode - pytest -v -s v1/test_stats.py - pytest -v -s v1/test_utils.py - pytest -v -s v1/test_oracle.py