Commit df6d0ad7 authored by Matt Joiner's avatar Matt Joiner

Add CircleCI config

parent 40b42d4e
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.11
environment:
GO111MODULE: "on"
steps:
- checkout
- run: go test -v -race -bench . ./...
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