Skip to content

Commit 3748512

Browse files
authored
Merge pull request kubernetes-sigs#2138 from michelleN/go-test
🌱 update refs to go-test make target
2 parents c7525d7 + 8c59e1f commit 3748512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ git clone [email protected]:<user>/kubebuilder.git $GOPATH/src/sigs.k8s.io/kubebu
3737
1. Ensure you activate module support before continue (`$ export GO111MODULE=on`)
3838
1. Run the command `make install` to create a bin with the source code
3939

40-
**NOTE** In order to check the local environment run `make go-test`.
40+
**NOTE** In order to check the local environment run `make test-unit`.
4141

4242
## What to do before submitting a pull request
4343

@@ -49,7 +49,7 @@ Following the targets that can be used to test your changes locally.
4949

5050
| Command | Description | Is called in the CI? |
5151
|--- |--- |--- |
52-
| make go-test | Runs go tests | no |
52+
| make test-unit | Runs go tests | no |
5353
| make test| Runs tests in shell (`./test.sh`) | yes |
5454
| make lint | Run [golangci][golangci] lint checks | yes |
5555
| make lint-fix | Run [golangci][golangci] to automatically perform fixes | no |

0 commit comments

Comments
 (0)