summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/sdk/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tui/sdk/scripts')
-rwxr-xr-xpackages/tui/sdk/scripts/lint4
1 files changed, 2 insertions, 2 deletions
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=^$ .