Codebase list golang-github-go-kit-kit / be17d10
circle.yml: explicitly qualify pkg Peter Bourgon 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1010
1111 test:
1212 post:
13 - go test -v -race -tags integration ./...:
13 - go test -v -race -tags integration github.com/go-kit/kit/...:
1414 environment:
1515 ETCD_ADDR: http://localhost:2379
1616 CONSUL_ADDR: localhost:8500