diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 2c7dd9f304b9d..6ae351130f203 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