[Testing] Add test_config.py to CI (#3437)

This commit is contained in:
Cade Daniel
2024-03-18 12:48:45 -07:00
committed by GitHub
parent 8c654c045f
commit 482b0adf1b

View File

@ -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