Merge pull request #202 from sgotti/makefile_remove_test_target

makefile: remove test target
This commit is contained in:
Simone Gotti 2020-01-29 09:19:48 +01:00 committed by GitHub
commit 0b25a3841a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -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