We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076dd1d commit 7c466c2Copy full SHA for 7c466c2
scripts/lint
@@ -5,7 +5,7 @@ set -e
5
cd "$(dirname "$0")/.."
6
7
echo "==> Running Go build"
8
-go build .
+go build ./...
9
10
echo "==> Checking tests compile"
11
-go test -run=^$ .
+go test -run=^$ ./...
0 commit comments