#!/bin/sh

set -x
go test -race ./...
go test -tags=no_term -race ./...
