#!/bin/sh

e=0

set -x
go test -race ./... || e=1
exit $e
