mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
build: Update make core-test for vendoring
This commit is contained in:
parent
8d31c93862
commit
76f203e7e4
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ core-dev: fmtcheck generate
|
||||
|
||||
# Shorthand for quickly testing the core of Terraform (i.e. "not providers")
|
||||
core-test: generate
|
||||
@echo "Testing core packages..." && go test $(shell go list ./... | grep -v builtin)
|
||||
@echo "Testing core packages..." && go test $(shell go list ./... | grep -v -E 'builtin|vendor')
|
||||
|
||||
# Shorthand for building and installing just one plugin for local testing.
|
||||
# Run as (for example): make plugin-dev PLUGIN=provider-aws
|
||||
|
Loading…
Reference in New Issue
Block a user