#!/bin/bash
set -e

export GOPATH=/usr/share/gocode

go test -v github.com/hashicorp/go-checkpoint/...
