From 5336950535122ed3a2781548ae545cf3f0698672 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Wed, 15 Jan 2025 20:05:23 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c45fcaa..a7989da 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ CODEGEN := pulumi-tfgen-$(PACK) PROVIDER := pulumi-resource-$(PACK) JAVA_GEN := pulumi-java-gen TESTPARALLELISM := 10 +GOTESTARGS := "" WORKING_DIR := $(shell pwd) PULUMI_PROVIDER_BUILD_PARALLELISM ?= -p 2 PULUMI_CONVERT := 1 @@ -231,7 +232,7 @@ bin/$(PROVIDER): .make/schema test: export PATH := $(WORKING_DIR)/bin:$(PATH) test: - cd examples && go test -v -tags=all -parallel $(TESTPARALLELISM) -timeout 2h + cd examples && go test -v -tags=all -parallel $(TESTPARALLELISM) -timeout 2h $(GOTESTARGS) .PHONY: test test_provider: