Commit dfea791f authored by Steven Allen's avatar Steven Allen

ci: use IPFS circle configs

parent 445472b1
version: 2 version: 2.1
jobs: orbs:
build: ci-go: ipfs/ci-go@0.2.9
docker:
- image: circleci/golang:1.12 workflows:
environment: version: 2
GO111MODULE: "on" test:
steps: jobs:
- checkout - ci-go/build
- run: go test -v -race -bench . ./... - ci-go/lint
- ci-go/test
- ci-go/test:
race: true
name: "ci-go/test/race"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment