Skip to content

Commit 076dd1d

Browse files
chore(internal): fix lint script for tests
1 parent 1bba107 commit 076dd1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/lint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ cd "$(dirname "$0")/.."
77
echo "==> Running Go build"
88
go build .
99

10-
# Compile the tests but don't run them
11-
go test -c .
10+
echo "==> Checking tests compile"
11+
go test -run=^$ .

0 commit comments

Comments
 (0)