Added .prepare step to make test
Этот коммит содержится в:
2
Makefile
2
Makefile
@@ -153,7 +153,7 @@ go-test:
|
|||||||
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./utils || exit 1
|
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./utils || exit 1
|
||||||
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./web || exit 1
|
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./web || exit 1
|
||||||
|
|
||||||
test: | start-docker go-test
|
test: | start-docker .prepare go-test
|
||||||
|
|
||||||
travis-init:
|
travis-init:
|
||||||
@echo Setting up enviroment for travis
|
@echo Setting up enviroment for travis
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user