We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3222c73 commit c9c266eCopy full SHA for c9c266e
.github/workflows/pre-merge.yaml
@@ -90,7 +90,7 @@ jobs:
90
-e HF_HOME=/workspace/hf_cache \
91
-v /mnt/hf_cache:/workspace/hf_cache \
92
hpu-plugin-v1-test-env-pre-merge \
93
- /bin/bash -c "pytest -vvv /workspace/vllm-gaudi/tests/unit_tests"
+ /bin/bash -c "pytest -vvv --durations=10 --durations-min=1.0 /workspace/vllm-gaudi/tests/unit_tests"
94
95
EXITCODE=$?
96
echo "Test script exited with code: $EXITCODE"
0 commit comments