Files
tidb/circle.yml
tiancaiamao 03aa5e2e51 *: remove go.mod replace check in circle CI (#10228)
The jenkins CI already run this check, it's redundant for circle CI to check again
2019-04-22 19:51:22 +08:00

12 lines
220 B
YAML

version: 2
jobs:
build:
docker:
- image: golang:1.12
working_directory: /go/src/github.com/pingcap/tidb
steps:
- checkout
- run:
name: "Build & Test"
command: make dev