Skip to content

Commit

Permalink
Don't test the scripts/ directory since it contains code that can't b…
Browse files Browse the repository at this point in the history
…e tested. (#3687)

* Don't test the scripts/ directory since it contains code that requires temporary mods to go.mod.

* Specifically only the main scripts need to be excluded.

Co-authored-by: Modular Magician <[email protected]>
  • Loading branch information
nat-henderson and modular-magician authored Oct 4, 2021
1 parent bb91f56 commit 94ace1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TEST?=$$(go list ./...)
TEST?=$$(go list ./... | grep -v github.com/hashicorp/terraform-provider-google-beta/scripts)
WEBSITE_REPO=github.com/hashicorp/terraform-website
PKG_NAME=google
DIR_NAME=google-beta
Expand Down

0 comments on commit 94ace1c

Please sign in to comment.