#!/bin/sh

set -e

CDPATH="" cd -- "$(dirname -- "$0")/.."

go test -race -covermode=atomic ./...
