From 4012c6bf1d825897ac8ba7840b9b9a2bd0ca7fce Mon Sep 17 00:00:00 2001 From: Jeromy <jeromyj@gmail.com> Date: Sat, 30 Jan 2016 16:32:12 -0800 Subject: [PATCH] documentation saves lives License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com> --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 45684ad99..77971ec6c 100644 --- a/circle.yml +++ b/circle.yml @@ -34,6 +34,6 @@ dependencies: test: override: - make test_go_expensive: - pwd: "$GOPATH/src/$IMPORT_PATH" + pwd: "../.go_workspace/src/$IMPORT_PATH" - make test_sharness_expensive: - pwd: "$GOPATH/src/$IMPORT_PATH" + pwd: "../.go_workspace/src/$IMPORT_PATH" -- GitLab