d2/ci/test.sh
Anmol Sethi b5d68e60b4
Fix daily part 2
Hopefully works this time.
2023-08-01 22:26:22 -07:00

9 lines
109 B
Bash
Executable file

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