diff --git a/Makefile b/Makefile index 058dfc354..1eabcb694 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ test:: install_plugins @mkdir -p bin go build -o bin ./internal/testing/pulumi-terraform-bridge-test-provider PULUMI_TERRAFORM_BRIDGE_TEST_PROVIDER=$(shell pwd)/bin/pulumi-terraform-bridge-test-provider \ - go test -v -count=1 -coverprofile="coverage.txt" -coverpkg=./... -timeout 2h -parallel ${TESTPARALLELISM} ./... + go test -count=1 -coverprofile="coverage.txt" -coverpkg=./... -timeout 2h -parallel ${TESTPARALLELISM} ./... # Run tests while accepting current output as expected output "golden" # tests. In case where system behavior changes intentionally this can