pulumi/pkg/testing/integration
stack72 e701e24151 Ensure Go build is an optional step in integration testing framework
Fixes: #4585

This was happening by default in the test framework and then again
in the go language runtime

Also we were replacing a module and then running go mod tidy - this
is unnecessary - go mod download is sufficient here to ensure we
have the correct dependency we need. The tidy may have been removing
the replacements added
2020-05-07 09:23:05 +01:00
..
command.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
program.go Ensure Go build is an optional step in integration testing framework 2020-05-07 09:23:05 +01:00
program_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
pulumi.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
s3reporter.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
util.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00