documentation saves lives
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Jan 30, 2016 at 16:32 UTC
4012c6bf1d825897ac8ba7840b9b9a2bd0ca7fce
1 file changed
+2
-2
circle.yml
+2
-2
@@ -34,6 +34,6 @@ dependencies:
34
test:
35
override:
36
- make test_go_expensive:
37
- pwd: "$GOPATH/src/$IMPORT_PATH"
37
+ pwd: "../.go_workspace/src/$IMPORT_PATH"
38
- make test_sharness_expensive:
39
- pwd: "$GOPATH/src/$IMPORT_PATH"
39
+ pwd: "../.go_workspace/src/$IMPORT_PATH"