Merge pull request #202 from sgotti/makefile_remove_test_target
makefile: remove test target
This commit is contained in:
commit
0b25a3841a
6
Makefile
6
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
|
||||
docker build . -t agolademo
|
||||
|
|
Loading…
Reference in New Issue