From ce17db80851e56c053316cebddee923b440b4d8a Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 23 Apr 2025 04:13:34 -0400 Subject: [PATCH] [CI] Run v1/test_serial_utils.py in CI (#16996) Signed-off-by: Russell Bryant --- .buildkite/test-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 95e38305e1e1b..2420b2d5d71b5 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -209,6 +209,7 @@ steps: - pytest -v -s v1/worker - pytest -v -s v1/structured_output - pytest -v -s v1/spec_decode + - pytest -v -s v1/test_serial_utils.py - pytest -v -s v1/test_stats.py - pytest -v -s v1/test_utils.py - pytest -v -s v1/test_oracle.py