go-ethereum/.circleci/config.yml
Jaynti Kanani e69fe6743f
fix test
2020-03-20 19:12:16 +05:30

20 lines
445 B
YAML

# Golang CircleCI 2.0 configuration file
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2.1
executors:
golang:
docker:
- image: circleci/golang:1.13
working_directory: /go/src/github.com/maticnetwork/bor
jobs:
build:
executor: golang
steps:
- checkout # check out source code to working directory
- run:
command: make all
- run:
command: make test