mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
Don't go get when running the tests.
This commit is contained in:
4
Makefile
4
Makefile
@@ -107,10 +107,10 @@ ifeq ($(BUILD_IN_CONTAINER),true)
|
||||
tests:
|
||||
$(SUDO) docker run -ti $(RM) -v $(shell pwd):/go/src/github.com/weaveworks/scope \
|
||||
-e GOARCH -e GOOS -e CIRCLECI --entrypoint=/bin/sh $(SCOPE_BACKEND_BUILD_IMAGE) -c \
|
||||
"cd /go/src/github.com/weaveworks/scope && ./tools/test"
|
||||
"cd /go/src/github.com/weaveworks/scope && ./tools/test -no-go-get"
|
||||
else
|
||||
tests:
|
||||
./tools/test
|
||||
./tools/test -no-go-get
|
||||
endif
|
||||
|
||||
deps:
|
||||
|
||||
Reference in New Issue
Block a user