From ca8ce88354fa2f8e7cc8f0a911197a2550ebc269 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Wed, 9 Jul 2025 08:16:10 -0500 Subject: feat(tui): move logging to server logs --- packages/tui/sdk/scripts/lint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/tui/sdk/scripts') diff --git a/packages/tui/sdk/scripts/lint b/packages/tui/sdk/scripts/lint index c10fa02f6..9f37abf28 100755 --- a/packages/tui/sdk/scripts/lint +++ b/packages/tui/sdk/scripts/lint @@ -7,5 +7,5 @@ cd "$(dirname "$0")/.." echo "==> Running Go build" go build . -# Compile the tests but don't run them -go test -c . +echo "==> Checking tests compile" +go test -run=^$ . -- cgit v1.2.3