Unverified Commit 482b0adf authored by Cade Daniel's avatar Cade Daniel Committed by GitHub
Browse files

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

parent 8c654c04
...@@ -28,7 +28,7 @@ steps: ...@@ -28,7 +28,7 @@ steps:
num_gpus: 2 # only support 1 or 2 for now. num_gpus: 2 # only support 1 or 2 for now.
- label: Engine Test - 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 - label: Entrypoints Test
command: pytest -v -s entrypoints command: pytest -v -s entrypoints
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment