Skip to content

Commit

Permalink
Makefile: Make check by default.
Browse files Browse the repository at this point in the history
So we won't forget to make check.
  • Loading branch information
ngaut committed Sep 12, 2015
1 parent 44346a9 commit 1cc83bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LDFLAGS += -X "github.com/pingcap/tidb/util/printer.TiDBGitHash=$(shell git rev-

.PHONY: deps all build install parser clean todo test tidbtest mysqltest gotest interpreter

all: godep parser build test
all: godep parser build test check

godep:
go get github.com/tools/godep
Expand Down

0 comments on commit 1cc83bd

Please sign in to comment.