commit
95165b0a67
18
.circleci/config.yml
Normal file
18
.circleci/config.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: 2
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
docker:
|
||||||
|
- image: circleci/golang:1.10
|
||||||
|
|
||||||
|
working_directory: /go/src/github.com/cosmos/ethermint
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: "Install tools and dependancies"
|
||||||
|
command: make tools deps
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: "Run tests"
|
||||||
|
command: make test-lint test-unit
|
Loading…
Reference in New Issue
Block a user