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 5214c86 commit 1bba107Copy full SHA for 1bba107
scripts/lint
@@ -5,4 +5,7 @@ set -e
5
cd "$(dirname "$0")/.."
6
7
echo "==> Running Go build"
8
-go build ./...
+go build .
9
+
10
+# Compile the tests but don't run them
11
+go test -c .
0 commit comments