makefile: remove testappengine from make all (#2621)
Since it requires goapp.
This commit is contained in:
Родитель
01e57758bc
Коммит
2259ee6f1a
|
@ -31,6 +31,7 @@ How to get your contributions merged smoothly and quickly.
|
|||
- `make vet` to catch vet errors
|
||||
- `make test` to run the tests
|
||||
- `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.
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
all: vet test testrace testappengine
|
||||
all: vet test testrace
|
||||
|
||||
build: deps
|
||||
go build google.golang.org/grpc/...
|
||||
|
|
Загрузка…
Ссылка в новой задаче