Apply suggestion from @gemini-code-assist[bot]

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Twisha Bansal
2026-02-03 14:15:54 +05:30
committed by GitHub
parent 8416378613
commit 6df2ad28a9

View File

@@ -148,8 +148,8 @@ run_go_test() {
echo "--- Running Go Test: $name ---"
(
cd "$dir"
echo "Go testing coming soon for $name..."
# go test ./...
echo "Running Go tests for $name..."
go test ./...
)
}