removing core changes
This commit is contained in:
parent
179e1a1da6
commit
fdc3c0d78d
2
Makefile
2
Makefile
|
@ -30,7 +30,7 @@ core-dev: generate
|
|||
core-test: generate
|
||||
@echo "Testing core packages..." && \
|
||||
go test -tags 'core' $(TESTARGS) $(shell go list ./... | grep -v -E 'terraform/(builtin|vendor)')
|
||||
|
||||
|
||||
# Shorthand for building and installing just one plugin for local testing.
|
||||
# Run as (for example): make plugin-dev PLUGIN=provider-aws
|
||||
plugin-dev: generate
|
||||
|
|
Loading…
Reference in New Issue