We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a84697 commit 922e626Copy full SHA for 922e626
Makefile
@@ -30,7 +30,7 @@ core-dev: generate
30
# Shorthand for quickly testing the core of Terraform (i.e. "not providers")
31
core-test: generate
32
@echo "Testing core packages..." && \
33
- go test -tags 'core' $(TESTARGS) $(shell go list ./... | grep -v -E 'builtin|terraform/vendor')
+ go test -tags 'core' $(TESTARGS) $(shell go list ./... | grep -v -E 'terraform/(builtin|vendor)')
34
35
# Shorthand for building and installing just one plugin for local testing.
36
# Run as (for example): make plugin-dev PLUGIN=provider-aws
0 commit comments