mirror of https://github.com/grpc/grpc-go.git
makefile: remove testappengine from make all (#2621)
Since it requires goapp.
This commit is contained in:
parent
01e57758bc
commit
2259ee6f1a
|
@ -31,6 +31,7 @@ How to get your contributions merged smoothly and quickly.
|
||||||
- `make vet` to catch vet errors
|
- `make vet` to catch vet errors
|
||||||
- `make test` to run the tests
|
- `make test` to run the tests
|
||||||
- `make testrace` to run tests in race mode
|
- `make testrace` to run tests in race mode
|
||||||
|
- optional `make testappengine` to run tests with appengine
|
||||||
|
|
||||||
- Exceptions to the rules can be made if there's a compelling reason for doing so.
|
- Exceptions to the rules can be made if there's a compelling reason for doing so.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue