#!/usr/bin/env bash

set -eEuo pipefail

go test ./... "$@"

