Skip to content

Commit 71d9002

Browse files
chore: lint tests in subpackages
1 parent 41bdefe commit 71d9002

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/lint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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=^$ ./...

0 commit comments

Comments
 (0)