From 57c6e1edb72ae12d9034a9a4efaf9d40d7d468d4 Mon Sep 17 00:00:00 2001 From: Jeromy <jeromyj@gmail.com> Date: Sat, 30 Jan 2016 16:17:18 -0800 Subject: [PATCH] circleci has bad documentation License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com> --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index d1e7a8eb9..d06237b60 100644 --- a/circle.yml +++ b/circle.yml @@ -35,3 +35,4 @@ test: override: - make test_go_expensive - make test_sharness_expensive + pwd: "$GOPATH/src/$IMPORT_PATH" -- GitLab