Skip to content

Commit 5d76543

Browse files
authored
Fix unit tests to fail if a package does not compile (#7219)
1 parent b1ee0e9 commit 5d76543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TEST?=$$(go list ./... | grep -v github.com/hashicorp/terraform-provider-google-beta/scripts)
1+
TEST?=$$(go list -e ./... | grep -v github.com/hashicorp/terraform-provider-google-beta/scripts)
22
WEBSITE_REPO=github.com/hashicorp/terraform-website
33
PKG_NAME=google
44
DIR_NAME=google-beta

0 commit comments

Comments
 (0)