laconicd-deprecated/.circleci/config.yml

19 lines
359 B
YAML
Raw Normal View History

2018-08-01 00:29:33 +00:00
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.10
working_directory: /go/src/github.com/cosmos/ethermint
steps:
- checkout
2018-08-01 00:32:05 +00:00
- run:
name: "Install tools and dependancies"
command: make tools deps
- run:
name: "Run tests"
2018-10-24 14:58:13 +00:00
command: make test-lint test-unit test-import