Skip to content

Commit 4ae61a6

Browse files
chore: lint tests in subpackages
1 parent 8b206e2 commit 4ae61a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/lint

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

77
echo "==> Running Go build"
8-
go build .
8+
go build ./...
99

1010
echo "==> Checking tests compile"
11-
go test -run=^$ .
11+
go test -run=^$ ./...
1212

1313
echo "==> Building examples"
14-
cd examples && go build ./...
14+
cd examples && go build ./...

0 commit comments

Comments
 (0)