Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamqizhao committed Jun 13, 2015
1 parent 2579d72 commit b800403
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
updatetestdeps \
build \
proto \
pretest \
test \
testrace \
clean \
Expand Down Expand Up @@ -38,12 +37,10 @@ proto:
protoc -I $$(dirname $$file) --go_out=plugins=grpc:$$(dirname $$file) $$file; \
done

pretest:

test: pretest
test: testdeps
go test -v -cpu 1,4 google.golang.org/grpc/...

testrace: pretest
testrace: testdeps
go test -v -race -cpu 1,4 google.golang.org/grpc/...

clean:
Expand Down

0 comments on commit b800403

Please sign in to comment.