Skip to content

Commit c9c266e

Browse files
[CI] Report 10 longest unit tests above 1s (#47)
Signed-off-by: Konrad Zawora <[email protected]>
1 parent 3222c73 commit c9c266e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
-e HF_HOME=/workspace/hf_cache \
9191
-v /mnt/hf_cache:/workspace/hf_cache \
9292
hpu-plugin-v1-test-env-pre-merge \
93-
/bin/bash -c "pytest -vvv /workspace/vllm-gaudi/tests/unit_tests"
93+
/bin/bash -c "pytest -vvv --durations=10 --durations-min=1.0 /workspace/vllm-gaudi/tests/unit_tests"
9494
9595
EXITCODE=$?
9696
echo "Test script exited with code: $EXITCODE"

0 commit comments

Comments
 (0)