From 58e004f7da58eaa8c461e34cc2fbbb9727f6fa33 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 14 Feb 2016 23:14:55 -0500 Subject: Remove cache avatar support and add its tests --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4137d89d49..8ba1aa7ae5 100644 --- a/Makefile +++ b/Makefile @@ -19,13 +19,13 @@ build: $(GENERATED) go install -v -ldflags '$(LDFLAGS)' -tags '$(TAGS)' cp '$(GOPATH)/bin/gogs' . -build-dev: $(GENERATED) - go install -v -race -tags '$(TAGS)' - cp '$(GOPATH)/bin/gogs' . - govet: go tool vet -composites=false -methods=false -structtags=false . +build-dev: $(GENERATED) govet + go install -v -race -tags '$(TAGS)' + cp '$(GOPATH)/bin/gogs' . + pack: rm -rf $(RELEASE_GOGS) mkdir -p $(RELEASE_GOGS) @@ -52,4 +52,4 @@ clean-mac: clean find . -name ".DS_Store" -print0 | xargs -0 rm test: - go test ./... + go test -cover -race ./... -- cgit v1.2.3