From 482b0adf1b689a3fb6cdd5374b57ac75f1591d6a Mon Sep 17 00:00:00 2001 From: Cade Daniel Date: Mon, 18 Mar 2024 12:48:45 -0700 Subject: [PATCH] [Testing] Add test_config.py to CI (#3437) --- .buildkite/test-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 2c7dd9f3..6ae35113 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -28,7 +28,7 @@ steps: num_gpus: 2 # only support 1 or 2 for now. - label: Engine Test - command: pytest -v -s engine tokenization test_sequence.py + command: pytest -v -s engine tokenization test_sequence.py test_config.py - label: Entrypoints Test command: pytest -v -s entrypoints