diff options
author | Ethan Koenig <ethantkoenig@gmail.com> | 2017-12-10 18:31:07 -0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-12-11 10:31:07 +0800 |
commit | c082c3bce35d6d5d829a1e516b9bbf45b6d49bdc (patch) | |
tree | e9c56ac2ded0eb7f82b11bd88cc5063ece58c543 /Makefile | |
parent | 58a7de2aeae7ca08fc886d3586ee077094a9bc6c (diff) | |
download | gitea-c082c3bce35d6d5d829a1e516b9bbf45b6d49bdc.tar.gz gitea-c082c3bce35d6d5d829a1e516b9bbf45b6d49bdc.zip |
Restore make test target (#3139)
* Restore make test target
* make build -> go build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -131,7 +131,6 @@ fmt-check: .PHONY: test test: - $(GO) build # test if go build succeed without sqlite support $(GO) test -tags=sqlite $(PACKAGES) .PHONY: coverage |