blob: 73906b8718600758cf71836d58f2201bf5b8a69c [file] [log] [blame]
#!/usr/bin/env bash
set -eu -o pipefail
paths=${@:-$(go list ./... | grep -v '/vendor/')}
go test -test.timeout 10s -v $paths | ./dist/gotestsum