fix CircleCI setup
This commit is contained in:
parent
6bc2cbe2a7
commit
5c5d0e6ad9
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.11
|
- image: circleci/golang:1.11
|
||||||
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make test
|
- run: make test
|
Loading…
Reference in a new issue