diff --git a/Makefile b/Makefile index e690be3..6913278 100644 --- a/Makefile +++ b/Makefile @@ -36,10 +36,6 @@ all: build .PHONY: build build: agola agola-toolbox -.PHONY: test -test: gocovmerge - @scripts/test.sh - # don't use existing file names and track go sources, let's do this to the go tool .PHONY: agola agola: $(AGOLA_DEPS) @@ -68,4 +64,4 @@ docker-agola: .PHONY: docker-agolademo docker-agolademo: - docker build . -t agolademo \ No newline at end of file + docker build . -t agolademo