Skip to content

Commit

Permalink
fix tests yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexm-redhat committed Aug 23, 2024
1 parent df9ae8d commit ec2c589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ steps:
- vllm/engine
- tests/multi_step
commands:
- pytest -v -s multi_step/test_correctness.py
- pytest -v -s multi_step/test_correctness_async_llm.py
- pytest -v -s multi_step/test_correctness_llm.py

- label: Pipeline Parallelism Test # 23min
working_dir: "/vllm-workspace/tests"
Expand Down

0 comments on commit ec2c589

Please sign in to comment.