Skip to content

Commit 1bba107

Browse files
chore: lint tests
1 parent 5214c86 commit 1bba107

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/lint

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ set -e
55
cd "$(dirname "$0")/.."
66

77
echo "==> Running Go build"
8-
go build ./...
8+
go build .
9+
10+
# Compile the tests but don't run them
11+
go test -c .

0 commit comments

Comments
 (0)