mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
changing back as per review
This commit is contained in:
parent
ac105b5b18
commit
3acfcfef8e
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ core-dev: generate
|
||||
# Shorthand for quickly testing the core of Terraform (i.e. "not providers")
|
||||
core-test: generate
|
||||
@echo "Testing core packages..." && \
|
||||
go test -tags `core` $(TESTARGS) $(shell go list ./... | grep -v -E `terraform/(builtin|vendor)`)
|
||||
go test -tags 'core' $(TESTARGS) $(shell go list ./... | grep -v -E 'terraform/(builtin|vendor)')
|
||||
|
||||
get-deps:
|
||||
@echo "==> Fetching dependencies"
|
||||
|
Loading…
Reference in New Issue
Block a user