CircleCI yml file update.

This commit is contained in:
go-jet 2019-06-21 16:13:00 +02:00
parent 4f364173a3
commit 17f6bab2e7

View file

@ -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 ./...