CircleCI yml file update.
This commit is contained in:
parent
4f364173a3
commit
17f6bab2e7
1 changed files with 3 additions and 4 deletions
|
|
@ -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 ./...
|
||||
Loading…
Add table
Add a link
Reference in a new issue