d2/ci/test.sh

10 lines
109 B
Bash
Raw Permalink Normal View History

#!/bin/sh
set -eu
cd "$(dirname "$0")/.."
if [ "$*" = "" ]; then
set ./...
fi
go test --timeout=30m "$@"