Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 473 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 473 Bytes

hello-world

The code in here is used to show off some simple use cases of the test harness.

This assumes that your environment is configured with the values found in .envrc.template

Run the unit tests

go test -v $(go list ./... | grep unit)

Run the deployment

terraform apply

Run the integration tests

go test -v $(go list ./... | grep integration)

Cleanup

terraform destroy