Skip to content

Commit

Permalink
[Testing] Add test_config.py to CI (#3437)
Browse files Browse the repository at this point in the history
  • Loading branch information
cadedaniel authored Mar 18, 2024
1 parent 8c654c0 commit 482b0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 482b0ad

Please sign in to comment.