Skip to content

Commit 7c466c2

Browse files
chore: lint tests in subpackages
1 parent 076dd1d commit 7c466c2

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
@@ -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)