We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TEST
1 parent 2578a03 commit 71f3ed9Copy full SHA for 71f3ed9
1 file changed
GNUmakefile
@@ -1,6 +1,6 @@
1
-TEST?=$$(go list ./... |grep -v 'vendor')
2
-WEBSITE_REPO=github.com/hashicorp/terraform-website
3
PKG_NAME=github
+TEST?=./$(PKG_NAME)/...
+WEBSITE_REPO=github.com/hashicorp/terraform-website
4
5
COVERAGEARGS?=-race -coverprofile=coverage.txt -covermode=atomic
6
0 commit comments