aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 18e9991..b9848cc 100644
--- a/Makefile
+++ b/Makefile
@@ -14,11 +14,12 @@ COVERAGE_PROFILE = profile.out
COVERAGE_MODE = atomic
ifneq ($(origin CI), undefined)
- WORKDIR := $(TRAVIS_BUILD_DIR)
+ WORKDIR := $(GOPATH)/src/gopkg.in/src-d/go-git.v4
endif
test:
+ cd $(WORKDIR); \
$(GOTEST) ./...
test-coverage: