mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #30017 from RubyElders/internal-contributing-docs
Update go test commands in .github/CONTRIBUTING.md.
This commit is contained in:
commit
2a3b0f9c1e
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
@ -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:
|
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 ./internal/command/...
|
||||||
go test ./addrs
|
go test ./internal/addrs
|
||||||
```
|
```
|
||||||
|
|
||||||
## Acceptance Tests: Testing interactions with external services
|
## Acceptance Tests: Testing interactions with external services
|
||||||
|
Loading…
Reference in New Issue
Block a user