Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: put unit test run first
  • Loading branch information
SallyHuo-TAOS committed Oct 31, 2025
commit c3f680e9b1aa0cf51a88b5cc8e35052528cd3a27
1 change: 1 addition & 0 deletions test/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ while [ $i -lt ${#hosts[*]} ]; do
run_thread $i $j &
j=$((j + 1))
done
sleep 1
i=$((i + 1))
done

Expand Down
Loading