Skip to content

Commit 29d98ac

Browse files
chore: lint tests
1 parent 4b10324 commit 29d98ac

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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)