Codebase list golang-github-go-kit-kit / ad4dcd7
Merge pull request #416 from go-kit/fix-circle Fix CircleCI Peter Bourgon authored 7 years ago GitHub committed 7 years ago
1 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
99 - docker-compose -f docker-compose-integration.yml up -d --force-recreate
1010
1111 test:
12 pre:
13 - mkdir -p /home/ubuntu/.go_workspace/src/github.com/go-kit
14 - mv /home/ubuntu/kit /home/ubuntu/.go_workspace/src/github.com/go-kit
15 - go get github.com/go-kit/kit/...
1216 override:
13 - go test -v -race -tags integration ./...:
17 - go test -v -race -tags integration github.com/go-kit/kit/...:
1418 environment:
1519 ETCD_ADDR: http://localhost:2379
1620 CONSUL_ADDR: localhost:8500