Commit 2c77e278 authored by Matt Joiner's avatar Matt Joiner

Add go mod CI test

parent 2d2bb551
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