#!/usr/bin/env bash
CGO_ENABLED=1 go test --race $(glide novendor)
