The Wayback Machine - https://web.archive.org./web/20220306014343/https://github.com/hashicorp/terraform/commit/2a3b0f9c1ee33597a67bb5152baf0f49ff0b93da
Skip to content
Permalink
Browse files
Merge pull request #30017 from RubyElders/internal-contributing-docs
Update go test commands in .github/CONTRIBUTING.md.
  • Loading branch information
laurapacilio committed Feb 7, 2022
2 parents dbc143a + ffcb167 commit 2a3b0f9c1ee33597a67bb5152baf0f49ff0b93da
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/CONTRIBUTING.md
@@ -172,8 +172,8 @@ go test ./...
As you make your changes, you can re-run the above command to ensure that the tests are *still* passing. If you are working only on a specific Go package, you can speed up your testing cycle by testing only that single package, or packages under a particular package prefix:

```
go test ./command/...
go test ./addrs
go test ./internal/command/...
go test ./internal/addrs
```

## Acceptance Tests: Testing interactions with external services

0 comments on commit 2a3b0f9

Please sign in to comment.