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