diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c15a06..af257f0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,11 +17,10 @@ jobs: #### expecting it in the form of #### /go/src/github.com/circleci/go-tool #### /go/src/bitbucket.org/circleci/go-tool - working_directory: /go/src/github.com/go-jet/jet + working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}} steps: - checkout # specify any bash command here prefixed with `run: ` - #- run: go get -v -t -d ./... - #- run: go test -v ./... - - run: go test + - run: go get -v -t -d ./... + - run: go test -v ./... \ No newline at end of file