#!/bin/bash
set -Eeuo pipefail

# shellcheck disable=SC1091
source script/env

go test --race -v ./...